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