UpdatedChannelEventExtra

@SerialName(value = "updated_channel")
data class UpdatedChannelEventExtra(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

该事件关联的具体数据