Table of Contents

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 ulong

The ID of the thread.

userId ulong

The ID of the member.

Returns

Task