namespace SKIT.FlurlHttpClient.Wechat.Work.Events { /// /// 表示 EVENT.unsubscribe 事件的数据。 /// REF: https://developer.work.weixin.qq.com/document/path/90240 /// REF: https://developer.work.weixin.qq.com/document/path/90376 /// REF: https://developer.work.weixin.qq.com/document/path/90858 /// public class UnsubscribePushEvent : SubscribePushEvent { } }