Table of Contents

Method IsAllDms

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsAllDms(ChannelType)

Determines if the channel type is a DM.

public static bool IsAllDms(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

True if the channel type is a DM, otherwise false.