Table of Contents

Method PlaceMemberAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

PlaceMemberAsync(DiscordMember)

Moves a member to this voice channel.

public Task PlaceMemberAsync(DiscordMember member)

Parameters

member DiscordMember

The member to be moved.

Returns

Task

Exceptions

UnauthorizedException

Thrown when the client does not have the MoveMembers permission.

NotFoundException

Thrown when the channel does not exists or if the Member does not exists.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.