Table of Contents

Method IsGuildSystemChannel

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildSystemChannel(ChannelType)

Determines if the channel type is a guild system channel.

public static bool IsGuildSystemChannel(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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