AddedChannelEventExtra

@SerialName(value = "added_channel")
data class AddedChannelEventExtra(val body: SimpleChannel) : SystemExtra(source)

新增频道

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(body: SimpleChannel)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val body: SimpleChannel

该事件关联的具体数据