Skip to main content

Function: isStageChannel()

isStageChannel(channel: Nullish | ChannelTypes): channel is StageChannel

Checks whether a given channel is a StageChannel This checks for ChannelType.GuildStageVoice.

Parameters

ParameterTypeDescription
channelNullish | ChannelTypesThe channel to check

Returns

channel is StageChannel

Defined in

projects/utilities/packages/discord.js-utilities/src/lib/type-guards.ts:114