NapPlana.NET 引用文档 0.3.4
Yet Another NapCat Framework SDK for .NET
载入中...
搜索中...
未找到
NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent类 参考

输入状态通知事件。 更多...

类 NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent 继承关系图:
NapPlana.Core.Data.Event.Notice.NoticeEventBase NapPlana.Core.Data.Event.OneBotEvent

属性

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。
 
- 属性 继承自 NapPlana.Core.Data.Event.Notice.NoticeEventBase
override EventType PostType = EventType.Notice [get, set]
 事件类型。
 
virtual NoticeType NoticeType [get, set]
 通知类型。
 
- 属性 继承自 NapPlana.Core.Data.Event.OneBotEvent
long TimeStamp [get, set]
 事件时间戳(秒)。
 
long SelfId [get, set]
 机器人自身账号 ID。
 
virtual EventType PostType = EventType.None [get, set]
 事件类型(post_type)。
 

详细描述

输入状态通知事件。

属性说明

◆ GroupId

long? NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent.GroupId
getset

群ID。

◆ InputEventType

int NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent.InputEventType
getset

输入事件类型。

◆ NoticeType

override NoticeType NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent.NoticeType = NoticeType.Notify
getset

通知类型。

◆ StatusText

string NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent.StatusText = string.Empty
getset

状态文本。

◆ SubType

NotifySubType NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent.SubType = NotifySubType.InputStatus
getset

子类型。

◆ UserId

long NapPlana.Core.Data.Event.Notice.InputStatusNoticeEvent.UserId
getset

用户ID。


该类的文档由以下文件生成: