TDLib v0.0.2 TDLib.Method.UploadStickerFile View Source
Uploads a PNG image with a sticker; for bots only; returns the uploaded file.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| user_id | number | Sticker file owner. |
| png_sticker | InputFile | PNG image with the sticker; must be up to 512 kB in size and fit in 512x512 square. |
More details on telegram’s documentation.