Table of Contents

Method IsCreateableGuildChannels

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsCreateableGuildChannels(ChannelType)

Determines if the channel type is a createable guild channel.

public static bool IsCreateableGuildChannels(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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