toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-core
/
love.forte.simbot.component.qguild.event
/
QGEvent
QGEvent
abstract
class
QGEvent
<
T
:
Any
>
:
Event
(
source
)
QQ频道bot的事件总类。
Author
ForteScarlet
Parameters
T
此类型代表其真正事件所得到的结果。
Inheritors
QGBotEvent
QGMemberEvent
Members
Constructors
QGEvent
Link copied to clipboard
constructor
(
)
Properties
id
Link copied to clipboard
abstract
override
val
id
:
ID
事件ID。
source
Event
Entity
Link copied to clipboard
abstract
val
sourceEventEntity
:
T
真正的原始事件所得到的事件实体。
source
Event
Raw
Link copied to clipboard
abstract
val
sourceEventRaw
:
String
接收到的事件的原始JSON字符串
time
Link copied to clipboard
abstract
override
val
time
:
Timestamp
接收到事件的时间。