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