class StickersAPI

export declare class StickersAPI

Constructors

constructor(
rest: REST
)

Constructs a new instance of the StickersAPI class

get(
stickerId: Snowflake
options?: Pick<RequestData, 'signal'>
) : Promise<APISticker>

Fetches a sticker

See also: https://discord.com/developers/docs/resources/sticker#get-sticker

getNitroStickers(
options?: Pick<RequestData, 'signal'>
) : Promise<RESTGetNitroStickerPacksResult>

Fetches all of the nitro sticker packs

See also: https://discord.com/developers/docs/resources/sticker#list-nitro-sticker-packs