StickersAPI

export declare class StickersAPI
export declare class StickersAPI

No summary provided.

constructor(rest)
Constructs a new instance of the StickersAPI class
NameTypeOptionalDescription
restRESTNoNone
get(stickerId, options?):Promise<APISticker>
NameTypeOptionalDescription
stickerIdSnowflakeNoThe id of the sticker
optionsPick<RequestData, 'signal'>YesThe options for fetching the sticker
Deprecated
getNitroStickers(options?):Promise<RESTGetStickerPacksResult>
Use getStickers instead.
Deprecated
Fetches all of the sticker packs
NameTypeOptionalDescription
optionsPick<RequestData, 'signal'>YesThe options for fetching the sticker packs
getStickerPack(packId, options?):Promise<APIStickerPack>
NameTypeOptionalDescription
packIdSnowflakeNoThe id of the sticker pack
optionsPick<RequestData, 'signal'>YesThe options for fetching the sticker pack
getStickers(options?):Promise<RESTGetStickerPacksResult>
NameTypeOptionalDescription
optionsPick<RequestData, 'signal'>YesThe options for fetching the sticker packs