Method DeleteApplicationEmojiAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
DeleteApplicationEmojiAsync(ulong)
Deletes an application emoji.
public Task DeleteApplicationEmojiAsync(ulong id)
Parameters
id
ulongThe emoji id.
Returns
Exceptions
- NotFoundException
Thrown when the emoji does not exist.
- BadRequestException
Thrown when an invalid parameter was provided.
- ServerErrorException
Thrown when Discord is unable to process the request.