Table of Contents

Method GroupDmRemoveRecipientAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GroupDmRemoveRecipientAsync(ulong, ulong)

Removes a member from a group DM

public Task GroupDmRemoveRecipientAsync(ulong channelId, ulong userId)

Parameters

channelId ulong

Channel ID

userId ulong

User ID

Returns

Task