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