|
| override NoticeType | NoticeType = NoticeType.Notify [get, set] |
| | 通知类型。
|
| |
| NotifySubType | SubType = NotifySubType.InputStatus [get, set] |
| | 子类型。
|
| |
| string | StatusText = string.Empty [get, set] |
| | 状态文本。
|
| |
| int | InputEventType [get, set] |
| | 输入事件类型。
|
| |
| long | UserId [get, set] |
| | 用户ID。
|
| |
| long? | GroupId [get, set] |
| | 群ID。
|
| |
| override EventType | PostType = EventType.Notice [get, set] |
| | 事件类型。
|
| |
| virtual NoticeType | NoticeType [get, set] |
| | 通知类型。
|
| |
| long | TimeStamp [get, set] |
| | 事件时间戳(秒)。
|
| |
| long | SelfId [get, set] |
| | 机器人自身账号 ID。
|
| |
| virtual EventType | PostType = EventType.None [get, set] |
| | 事件类型(post_type)。
|
| |