export declare class StickersAPI
getstickerId: Snowflakeoptions?: Pick<RequestData, 'signal'>) : Promise<APISticker> (
stickerId: Snowflake
options?: Pick<RequestData, 'signal'>
Fetches a sticker
See also: https://discord.com/developers/docs/resources/sticker#get-sticker
getStickerPackpackId: Snowflakeoptions?: Pick<RequestData, 'signal'>) : Promise<APIStickerPack> (
packId: Snowflake
options?: Pick<RequestData, 'signal'>
Fetches a sticker pack
See also: https://discord.com/developers/docs/resources/sticker#get-sticker-pack
getStickersoptions?: Pick<RequestData, 'signal'>) : Promise<RESTGetStickerPacksResult> (
options?: Pick<RequestData, 'signal'>
Fetches all of the sticker packs
See also: https://discord.com/developers/docs/resources/sticker#list-sticker-packs