1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:27:20 +01:00
MadelineProto/docs/TD_docs/methods/uploadStickerFile.md

691 B

title description
uploadStickerFile Bots only. Uploads a png image with a sticker. Returns uploaded file

Method: uploadStickerFile

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Uploads a png image with a sticker. Returns uploaded file

Parameters:

Name Type Required Description
user_id CLICK ME int Yes Sticker file owner
png_sticker CLICK ME InputFile Yes Png image with the sticker, must be up to 512 kilobytes in size and fit in 512x512 square

Return type: File