ChannelCreatedEvent

data class ChannelCreatedEvent(val serverId: String, val channelId: String) : ChannelEvent

Channel created event.

Parameters

serverId

The id of the server.

channelId

The id of the channel.

Constructors

Link copied to clipboard
constructor(serverId: String, channelId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard