toggle menu
piper-kt
9.3.0
common
switch theme
search in API
events
/
piperkt.events
/
ChannelCreatedEvent
Channel
Created
Event
data
class
ChannelCreatedEvent
(
val
serverId
:
String
,
val
channelId
:
String
)
:
ChannelEvent
Channel created event.
Parameters
server
Id
The id of the server.
channel
Id
The id of the channel.
Members
Constructors
Channel
Created
Event
Link copied to clipboard
constructor
(
serverId
:
String
,
channelId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
server
Id
Link copied to clipboard
val
serverId
:
String