Table of Contents

Method IsGuildBasic

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildBasic(ChannelType)

Determines if the channel type is a guild basic channel.

public static bool IsGuildBasic(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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