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