Table of Contents

Method AddMemberAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddMemberAsync(ulong)

Adds a member to this thread.

public Task AddMemberAsync(ulong memberId)

Parameters

memberId ulong

The member id to be added.

Returns

Task

Exceptions

NotFoundException

Thrown when the thread does not exist.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.

AddMemberAsync(DiscordMember)

Adds a member to this thread.

public Task AddMemberAsync(DiscordMember member)

Parameters

member DiscordMember

The member to be added.

Returns

Task

Exceptions

NotFoundException

Thrown when the thread does not exist.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.