Method GetApplicationEmojisAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
GetApplicationEmojisAsync()
Gets all emojis created or owned by the current application.
public ValueTask<IReadOnlyList<DiscordEmoji>> GetApplicationEmojisAsync()
Returns
- ValueTask<IReadOnlyList<DiscordEmoji>>
All emojis associated with the current application. This includes emojis uploaded by the owner or members of the team the application is on, if applicable.