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
ulongThe ID of the thread.
userId
ulongThe ID of the member.
Returns
- Task