simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.event.system.user
/
UserEvents
User
Events
object
UserEvents
用户相关事件
的子事件type常量类。
Properties
See also
See also
Self
Exited
Guild
Event
Self
Joined
Guild
Event
User
Exited
Channel
Event
User
Joined
Channel
Event
User
Updated
Event
Message
Btn
Click
Event
Properties
EXITED_CHANNEL
Link copied to clipboard
const
val
EXITED_CHANNEL
:
String
JOINED_CHANNEL
Link copied to clipboard
const
val
JOINED_CHANNEL
:
String
MESSAGE_BTN_CLICK
Link copied to clipboard
const
val
MESSAGE_BTN_CLICK
:
String
message
Btn
Click
Event
Parser
Link copied to clipboard
val
messageBtnClickEventParser
:
SysEventParser
<
MessageBtnClickEventBody
>
SELF_EXITED_GUILD
Link copied to clipboard
const
val
SELF_EXITED_GUILD
:
String
SELF_JOINED_GUILD
Link copied to clipboard
const
val
SELF_JOINED_GUILD
:
String
self
Exited
Guild
Event
Parser
Link copied to clipboard
val
selfExitedGuildEventParser
:
SysEventParser
<
SelfExitedGuildEventBody
>
self
Joined
Guild
Event
Parser
Link copied to clipboard
val
selfJoinedGuildEventParser
:
SysEventParser
<
SelfJoinedGuildEventBody
>
USER_UPDATED
Link copied to clipboard
const
val
USER_UPDATED
:
String
user
Exited
Channel
Event
Parser
Link copied to clipboard
val
userExitedChannelEventParser
:
SysEventParser
<
UserExitedChannelEventBody
>
user
Joined
Channel
Event
Parser
Link copied to clipboard
val
userJoinedChannelEventParser
:
SysEventParser
<
UserJoinedChannelEventBody
>
user
Updated
Event
Parser
Link copied to clipboard
val
userUpdatedEventParser
:
SysEventParser
<
UserUpdatedEventBody
>