Method GetStickersAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
GetStickersAsync(CancellationToken)
Gets all of this guild's custom stickers.
public Task<IReadOnlyList<DiscordSticker>> GetStickersAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<IReadOnlyList<DiscordSticker>>
All of this guild's custom stickers.
Exceptions
- ServerErrorException
Thrown when Discord is unable to process the request.