Table of Contents

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 ChannelType

The channel type.

Returns

bool

True if the channel type is a public thread, otherwise false.