QGChannelDeleteEvent

子频道被删除

当收到此事件时,content 已经被删除。

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val time: Timestamp

接收到事件的时间。

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

操作者ID

Link copied to clipboard
abstract override val sourceEventEntity: EventChannel

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

Link copied to clipboard
abstract val sourceEventRaw: String

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

Functions

Link copied to clipboard
abstract suspend fun channel(): QGChannel

被删除的频道。

Link copied to clipboard
abstract suspend override fun content(): QGGuild

发生变更的频道服务器。