Method IsGuildVocal
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
IsGuildVocal(ChannelType)
Determines if the channel type is a guild vocal channel.
public static bool IsGuildVocal(this ChannelType type)
Parameters
type
ChannelTypeThe channel type.
Returns
- bool
True if the channel type is a guild vocal channel, otherwise false.