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
ChannelTypeThe channel type.
Returns
- bool
True if the channel type is a multi-user DM, otherwise false.