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
ulongThe ID of the emoji
skipCache
boolWhether to skip the cache.
Returns
- ValueTask<DiscordEmoji>
The emoji.