Method JoinThreadAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
JoinThreadAsync(ulong)
Joins a thread.
public Task JoinThreadAsync(ulong threadId)
Parameters
threadId
ulongThe ID of the thread.
Returns
- Task
Joins a thread.
public Task JoinThreadAsync(ulong threadId)
threadId
ulongThe ID of the thread.