Table of Contents

Method IsGuildTextual

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildTextual(ChannelType)

Determines if the channel type is a guild textual channel.

public static bool IsGuildTextual(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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