Table of Contents

Method IsMultiUserDms

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsMultiUserDms(ChannelType)

Determines if the channel type is a multi-user DM.

public static bool IsMultiUserDms(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

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