ChannelHttpController
Functions
Link copied to clipboard
open override fun createChannel(serverId: String, request: ChannelApi.CreateChannelApi.Request, principal: Principal): ChannelApi.CreateChannelApi.Response
Link copied to clipboard
open override fun deleteChannel(serverId: String, channelId: String, principal: Principal): ChannelApi.DeleteChannelApi.Response
Link copied to clipboard
open override fun getChannelMessages(serverId: String, channelId: String, from: Int, limit: Int, principal: Principal): ChannelApi.GetChannelMessagesApi.Response
Link copied to clipboard
open override fun getChannelsFromServer(serverId: String, principal: Principal): ChannelApi.GetChannelsFromServerApi.Response
Link copied to clipboard
open override fun sendMessageToChannel(serverId: String, channelId: String, request: ChannelApi.SendMessageToChannelApi.Request, principal: Principal): ChannelApi.SendMessageToChannelApi.Response
Link copied to clipboard
open override fun updateChannel(serverId: String, channelId: String, request: ChannelApi.UpdateChannelApi.Request, principal: Principal): ChannelApi.UpdateChannelApi.Response