Method AddThreadMemberAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
AddThreadMemberAsync(ulong, ulong)
Adds a member to a thread.
public Task AddThreadMemberAsync(ulong threadId, ulong userId)
Parameters
threadId
ulongThe ID of the thread.
userId
ulongThe ID of the member.
Returns
- Task