guildChannelConverter top-level constant

GuildChannelConverter<GuildChannel> const guildChannelConverter

A converter that converts input to a GuildChannel.

This will first attempt to parse the input as a Snowflake that will then be converted to an GuildChannel. If this fails, the channel will be looked up by name in the current guild.

This converter has a Discord Slash Command argument type of CommandOptionType.channel and is set to accept all channel types.

Implementation

const GuildChannelConverter<GuildChannel> guildChannelConverter = GuildChannelConverter(null);