ChannelRestAPIMethods

Functions

Link copied to clipboard
abstract fun requestChannel(channelId: Long): CompletableDeferred<Channel>

Request to get a channel by its id.

Link copied to clipboard
abstract fun requestGuildChannel(guildId: Long, channelId: Long): CompletableDeferred<GuildChannel>

Request to get a guild channel by its id.

Link copied to clipboard
abstract fun requestGuildChannels(guildId: Long): CompletableDeferred<List<GuildChannel>>

Request to get a list of guild channels.