Table of Contents

Method MoveToAudienceAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

MoveToAudienceAsync()

Moves the user to audience.

public Task MoveToAudienceAsync()

Returns

Task

Exceptions

ArgumentException

Thrown when the user is not inside an stage channel.

UnauthorizedException

Thrown when the client does not have the MuteMembers permission.

NotFoundException

Thrown when the member does not exist.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.