Table of Contents

Method IsGuildParentable

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildParentable(ChannelType)

Determines if the channel type is a guild parentable channel.

public static bool IsGuildParentable(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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