GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

StickerRoutes

API/Interfaces/StickerRoutes
seyfert/lib/api/Routes/stickers.d.ts

Signature

export interface StickerRoutes

Properties

1
sticker-packs

Methods

1
stickers

Properties

sticker-packs#
'sticker-packs': {    get(args?: RestArgumentsNoBody): Promise<RESTGetStickerPacksResult>;    (id: string): {        get(args?: RestArgumentsNoBody): Promise<RESTGetAPIStickerPackResult>;    };};

Methods

stickers#
stickers(id: string): {    get(args?: RestArgumentsNoBody): Promise<RESTGetAPIStickerResult>;};