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
/
QGChannelCreateEvent
QGChannel
Create
Event
abstract
class
QGChannelCreateEvent
:
QGChannelEvent
,
OrganizationChangeEvent
(
source
)
子频道被创建事件。是一个频道服务器变更事件。
Members
Constructors
QGChannel
Create
Event
Link copied to clipboard
constructor
(
)
Properties
time
Link copied to clipboard
open
override
val
time
:
Timestamp
接收到事件的时间。
Inherited properties
bot
Link copied to clipboard
abstract
override
val
bot
:
QGBot
component
Link copied to clipboard
open
override
val
component
:
Component
id
Link copied to clipboard
abstract
override
val
id
:
ID
事件ID。
operator
Id
Link copied to clipboard
val
operatorId
:
ID
操作者ID
source
Event
Entity
Link copied to clipboard
abstract
override
val
sourceEventEntity
:
EventChannel
标准库中子频道相关事件得到的事件本体。
source
Event
Raw
Link copied to clipboard
abstract
val
sourceEventRaw
:
String
接收到的事件的原始JSON字符串
Functions
channel
Link copied to clipboard
abstract
suspend
fun
channel
(
)
:
QGChannel
新增的频道。
content
Link copied to clipboard
abstract
suspend override
fun
content
(
)
:
QGGuild
发生变更的频道服务器。