Table of Contents

Method IsGuildTextOnly

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildTextOnly(ChannelType)

Determines if the channel type is a guild text only channel.

public static bool IsGuildTextOnly(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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