Function: isGroupChannel()
isGroupChannel(
channel:Channel|Nullish):channel is PartialGroupDMChannel
Defined in: projects/utilities/packages/discord.js-utilities/src/lib/type-guards.ts:58
Checks whether a given channel is a PartialGroupDMChannel This checks for ChannelType.GroupDM.
Parameters
| Parameter | Type | Description |
|---|---|---|
channel | Channel | Nullish | The channel to check |
Returns
channel is PartialGroupDMChannel