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