Table of Contents

Method DeleteApplicationEmojiAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

DeleteApplicationEmojiAsync(ulong)

Deletes an application emoji.

public Task DeleteApplicationEmojiAsync(ulong id)

Parameters

id ulong

The emoji id.

Returns

Task

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.