Table of Contents

Method LeaveThreadAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

LeaveThreadAsync(ulong)

Leaves a thread.

public Task LeaveThreadAsync(ulong threadId)

Parameters

threadId ulong

The ID of the thread.

Returns

Task