requestGuildChannelById

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.

guildId

The id of the guild.