Table of Contents

Method RemoveThreadMemberAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

RemoveThreadMemberAsync(ulong, ulong)

Removes a member from a thread.

public Task RemoveThreadMemberAsync(ulong threadId, ulong userId)

Parameters

threadId ulong

The ID of the thread.

userId ulong

The ID of the member.

Returns

Task