request Guild Channel By Id
open fun requestGuildChannelById(id: Long, guildId: Long): CompletableDeferred<GuildChannel>(source)
open fun requestGuildChannelById(id: String, guildId: String): CompletableDeferred<GuildChannel>(source)
Requests a guild channel using its id.
Return
The CompletableFuture object.
Parameters
id
The id of the channel.
guild Id
The id of the guild.