{ "meta": {}, "group": { "title": "Stickers", "anchor": "stickers" }, "object": { "anchor": "uploadstickerfile", "name": "uploadStickerFile", "description": "Use this method to upload a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods (the file can be used multiple times). Returns the uploaded File on success.", "html_description": "

Use this method to upload a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods (the file can be used multiple times). Returns the uploaded File on success.

", "rst_description": "Use this method to upload a file with a sticker for later use in the :class:`aiogram.methods.create_new_sticker_set.CreateNewStickerSet` and :class:`aiogram.methods.add_sticker_to_set.AddStickerToSet` methods (the file can be used multiple times). Returns the uploaded :class:`aiogram.types.file.File` on success.", "annotations": [ { "type": "Integer", "required": true, "description": "User identifier of sticker file owner", "html_description": "User identifier of sticker file owner", "rst_description": "User identifier of sticker file owner\n", "name": "user_id" }, { "type": "InputFile", "required": true, "description": "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", "html_description": "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 »", "rst_description": "A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See `https://core.telegram.org/stickers `_`https://core.telegram.org/stickers `_ for technical requirements. :ref:`More information on Sending Files ยป `\n", "name": "sticker" }, { "type": "String", "required": true, "description": "Format of the sticker, must be one of 'static', 'animated', 'video'", "html_description": "Format of the sticker, must be one of “static”, “animated”, “video”", "rst_description": "Format of the sticker, must be one of 'static', 'animated', 'video'\n", "name": "sticker_format" } ], "category": "methods" } }