Inherited properties

Link copied to clipboard
abstract val bot: Bot

相关的 Bot

Link copied to clipboard
open override val component: Component

component 默认由 bot.component 提供。

Link copied to clipboard
abstract override val id: ID

事件的ID。 如果平台事件中不存在可用ID,则此值可能为一个随机值。

Link copied to clipboard
abstract val time: Timestamp

事件发生的时间或此事件被接收到的时间。

Functions

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

发送成员变动的 ChatGroup

Inherited functions

Link copied to clipboard
abstract suspend fun member(): Member?

增加进来的新成员,或已经离开的成员。 如不支持获取,则可能得到 null