Table of Contents

Method GetApplicationEmojiAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

GetApplicationEmojiAsync(ulong, bool)

Gets an emoji owned by the current application.

public ValueTask<DiscordEmoji> GetApplicationEmojiAsync(ulong emojiId, bool skipCache = false)

Parameters

emojiId ulong

The ID of the emoji

skipCache bool

Whether to skip the cache.

Returns

ValueTask<DiscordEmoji>

The emoji.