ExitedChannelEventExtra

@SerialName(value = "exited_channel")
data class ExitedChannelEventExtra(val body: ExitedChannelEventBody) : SystemExtra(source)

用户退出语音频道

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(body: ExitedChannelEventBody)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val body: ExitedChannelEventBody

该事件关联的具体数据