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