Table of Contents

Method IsGuildStored

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsGuildStored(ChannelType)

Determines if the channel type is a guild stored channel.

public static bool IsGuildStored(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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