mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 04:05:47 +00:00
Bot API 6.6 (#1139)
* Added basic support of Bot API 6.6 * Update descriptions * Added StickerFormat enum * Bump version * Refresh from docs * Fixed CommandStart * Fixed files uploading * Cover new functionality * Added changelog * Update texts
This commit is contained in:
parent
5adaf7a567
commit
6570d0bab1
218 changed files with 7687 additions and 1741 deletions
|
|
@ -8,14 +8,14 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-10-03 01:03+0300\n"
|
||||
"POT-Creation-Date: 2023-03-11 01:52+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.10.3\n"
|
||||
"Generated-By: Babel 2.11.0\n"
|
||||
|
||||
#: ../../api/upload_file.rst:5
|
||||
msgid "How to upload file?"
|
||||
|
|
@ -36,12 +36,12 @@ msgstr ""
|
|||
|
||||
#: ../../api/upload_file.rst:13
|
||||
msgid ""
|
||||
"But if you need to upload new file just use subclasses of `InputFile "
|
||||
"But if you need to upload a new file just use subclasses of `InputFile "
|
||||
"<types/input_file.md>`__."
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/upload_file.rst:15
|
||||
msgid "Here is available three different builtin types of input file:"
|
||||
msgid "Here are the three different available builtin types of input file:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/upload_file.rst:17
|
||||
|
|
@ -68,9 +68,9 @@ msgstr ""
|
|||
|
||||
#: ../../api/upload_file.rst:25
|
||||
msgid ""
|
||||
"Instances of `InputFile` is reusable. That's mean you can create instance"
|
||||
" of InputFile and sent this file multiple times but Telegram is not "
|
||||
"recommend to do that and when you upload file once just save their "
|
||||
"Instances of `InputFile` are reusable. That's mean you can create "
|
||||
"instance of InputFile and sent this file multiple times but Telegram does"
|
||||
" not recommend to do that and when you upload file once just save their "
|
||||
"`file_id` and use it in next times."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -118,8 +118,8 @@ msgstr ""
|
|||
#: ../../api/upload_file.rst:54
|
||||
msgid ""
|
||||
"Files can be also passed from buffer (For example you generate image "
|
||||
"using `Pillow <https://pillow.readthedocs.io/en/stable/>`_ and the want's"
|
||||
" to sent it to the Telegram):"
|
||||
"using `Pillow <https://pillow.readthedocs.io/en/stable/>`_ and you want "
|
||||
"to send it to Telegram):"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/upload_file.rst:58 ../../api/upload_file.rst:80
|
||||
|
|
@ -158,3 +158,32 @@ msgstr ""
|
|||
|
||||
#~ msgid "instance of :obj:`BufferedInputFile`"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "But if you need to upload new "
|
||||
#~ "file just use subclasses of `InputFile"
|
||||
#~ " <types/input_file.md>`__."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Here is available three different builtin types of input file:"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Instances of `InputFile` is reusable. "
|
||||
#~ "That's mean you can create instance "
|
||||
#~ "of InputFile and sent this file "
|
||||
#~ "multiple times but Telegram is not "
|
||||
#~ "recommend to do that and when you"
|
||||
#~ " upload file once just save their "
|
||||
#~ "`file_id` and use it in next "
|
||||
#~ "times."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Files can be also passed from "
|
||||
#~ "buffer (For example you generate image"
|
||||
#~ " using `Pillow "
|
||||
#~ "<https://pillow.readthedocs.io/en/stable/>`_ and the "
|
||||
#~ "want's to sent it to the "
|
||||
#~ "Telegram):"
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue