QGChannelEvent

子频道相关的事件。

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

Author

ForteScarlet

See also

QGChannelCategoryCreateEvent
QGChannelCategoryUpdateEvent
QGChannelCategoryDeleteEvent

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract override val bot: QGBot
Link copied to clipboard
open override val component: Component
Link copied to clipboard
abstract val eventRaw: String

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

Link copied to clipboard
abstract override val id: ID

事件ID。

Link copied to clipboard
abstract override val key: Event.Key<out QGChannelEvent>
Link copied to clipboard

操作者ID

Link copied to clipboard
abstract override val sourceEventEntity: EventChannel

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

Link copied to clipboard
abstract override val timestamp: Timestamp

接收到事件的时间。