Table of Contents

Method IsGuildTopical

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildTopical(ChannelType)

Determines if the channel type is a guild topical channel.

public static bool IsGuildTopical(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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