UpdateChannelApi

sealed interface UpdateChannelApi : ChannelApi

Inheritors

Types

Link copied to clipboard
data class Request(val name: String, val description: String) : ChannelApi.UpdateChannelApi
Link copied to clipboard
data class Response(val name: String, val description: String) : ChannelApi.UpdateChannelApi