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