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