ChannelCreate

data class ChannelCreate(val channel: DiscordChannel, val sequence: Int?) : DispatchEvent(source)

Constructors

Link copied to clipboard
constructor(channel: DiscordChannel, sequence: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val sequence: Int?