Request

data class Request(val serverId: ServerId, val channelId: ChannelId, val newName: String?, val newDescription: String?, val requestFrom: String) : ChannelCommand.UpdateChannelInServer, ServiceRequest

Constructors

Link copied to clipboard
constructor(serverId: ServerId, channelId: ChannelId, newName: String?, newDescription: String?, requestFrom: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val requestFrom: String
Link copied to clipboard