Table of Contents

Method IsTextual

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsTextual(ChannelType)

Determines if the channel type is textual.

public static bool IsTextual(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

True if the channel type is textual, otherwise false.