toggle menu
piper-kt
9.3.0
common
switch theme
search in API
events
/
piperkt.events
/
ChannelUpdatedEvent
Channel
Updated
Event
data
class
ChannelUpdatedEvent
(
val
serverId
:
String
,
val
channelId
:
String
)
:
ChannelEvent
Channel updated event.
Parameters
server
Id
The id of the server.
channel
Id
The id of the channel.
Members
Constructors
Channel
Updated
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