Table of Contents

Method IsGuild

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuild(ChannelType)

Determines if the channel type is a guild channel.

public static bool IsGuild(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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