QGChannelEvent

子频道相关的事件。

QGChannelEvent 主要用于为子类型提供一个基础类型,其本身没有过多的事件类型约束。

子频道的增减视为频道服务器变更事件 OrganizationChangeEvent, 而子频道本身的修改事件则视为子频道变更事件 ChannelEvent + ChangeEvent

Author

ForteScarlet

See also

QGChannelCategoryCreateEvent
QGChannelCategoryUpdateEvent
QGChannelCategoryDeleteEvent

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Properties

Link copied to clipboard

操作者ID

Link copied to clipboard
abstract override val sourceEventEntity: EventChannel

标准库中子频道相关事件得到的事件本体。

Inherited properties

Link copied to clipboard
abstract override val bot: QGBot
Link copied to clipboard
open override val component: Component
Link copied to clipboard
abstract override val id: ID

事件ID。

Link copied to clipboard
abstract val sourceEventRaw: String

接收到的事件的原始JSON字符串

Link copied to clipboard
abstract override val time: Timestamp

接收到事件的时间。