Method GetApplicationEmojisAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
GetApplicationEmojisAsync(bool)
Gets the application emojis.
Whether to ignore the cache. Defaults to false.public Task<IReadOnlyList<DiscordApplicationEmoji>> GetApplicationEmojisAsync(bool fetch = false)
Parameters
fetch
bool
Returns
Exceptions
- BadRequestException
Thrown when an invalid parameter was provided.
- ServerErrorException
Thrown when Discord is unable to process the request.