StickerRoutes
Signature
export interface StickerRoutesProperties
1Methods
1Properties
'sticker-packs': { get(args?: RestArgumentsNoBody): Promise<RESTGetStickerPacksResult>; (id: string): { get(args?: RestArgumentsNoBody): Promise<RESTGetAPIStickerPackResult>; };};Methods
stickers(id: string): { get(args?: RestArgumentsNoBody): Promise<RESTGetAPIStickerResult>;};