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