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