Table of Contents

Method JoinThreadAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

JoinThreadAsync(ulong)

Joins a thread.

public Task JoinThreadAsync(ulong threadId)

Parameters

threadId ulong

The ID of the thread.

Returns

Task