ChannelRestAPIMethodsImpl

Constructors

Link copied to clipboard
constructor(yde: YDE)

Functions

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

Request to get a channel by its id.

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

Request to get a guild channel by its id.

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

Request to get a list of guild channels.

Properties

Link copied to clipboard
val yde: YDE