toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
servers-service
/
piperkt.services.servers.application.api.command
/
ChannelCommand
/
UpdateChannelInServer
/
Request
Request
data
class
Request
(
val
serverId
:
ServerId
,
val
channelId
:
ChannelId
,
val
newName
:
String
?
,
val
newDescription
:
String
?
,
val
requestFrom
:
String
)
:
ChannelCommand.UpdateChannelInServer
,
ServiceRequest
Members
Constructors
Request
Link copied to clipboard
constructor
(
serverId
:
ServerId
,
channelId
:
ChannelId
,
newName
:
String
?
,
newDescription
:
String
?
,
requestFrom
:
String
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
ChannelId
new
Description
Link copied to clipboard
val
newDescription
:
String
?
new
Name
Link copied to clipboard
val
newName
:
String
?
request
From
Link copied to clipboard
open
override
val
requestFrom
:
String
server
Id
Link copied to clipboard
val
serverId
:
ServerId