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.

NameTypeDescription
user_idnumberSticker file owner.
png_stickerInputFilePNG image with the sticker; must be up to 512 kB in size and fit in 512x512 square.

More details on telegram’s documentation.