Table of Contents

Method IsGuildThreaded

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildThreaded(ChannelType)

Determines if the channel type is a guild threaded channel.

public static bool IsGuildThreaded(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

True if the channel type is a guild threaded channel, otherwise false.