Table of Contents

Method GetStickerPackAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

GetStickerPackAsync(ulong)

Gets a sticker pack.

public Task<DiscordStickerPack> GetStickerPackAsync(ulong id)

Parameters

id ulong

The sticker pack's id.

Returns

Task<DiscordStickerPack>

The sticker pack.

Exceptions

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.