GramIO API Reference / gramio/dist / UploadStickerFileParams
Interface: UploadStickerFileParams
Defined in: @gramio/types/out/params.d.ts:3701
Params object for uploadStickerFile method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
sticker | Blob | A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements. More information on Sending Files » | @gramio/types/out/params.d.ts:3709 |
sticker_format | UploadStickerFileStickerFormat | Format of the sticker, must be one of “static”, “animated”, “video” | @gramio/types/out/params.d.ts:3713 |
user_id | number | User identifier of sticker file owner | @gramio/types/out/params.d.ts:3705 |