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