Method MakeSpeakerAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
MakeSpeakerAsync()
Makes the user a speaker.
public Task MakeSpeakerAsync()
Returns
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.