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