CreateChannelApi

sealed interface CreateChannelApi : ChannelApi

Inheritors

Types

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