mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +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-11-23 00:47+0200\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/methods/send_sticker.rst:3
|
||||
msgid "sendSticker"
|
||||
|
|
@ -48,9 +48,10 @@ msgstr ""
|
|||
msgid ""
|
||||
"Sticker to send. Pass a file_id as String to send a file that exists on "
|
||||
"the Telegram servers (recommended), pass an HTTP URL as a String for "
|
||||
"Telegram to get a .WEBP file from the Internet, or upload a new one using"
|
||||
" multipart/form-data. :ref:`More information on Sending Files » <sending-"
|
||||
"files>`"
|
||||
"Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP "
|
||||
"or .TGS sticker using multipart/form-data. :ref:`More information on "
|
||||
"Sending Files » <sending-files>`. Video stickers can only be sent by a "
|
||||
"file_id. Animated stickers can't be sent via an HTTP URL."
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_sticker.SendSticker.message_thread_id:1
|
||||
|
|
@ -60,6 +61,10 @@ msgid ""
|
|||
" forum supergroups only"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_sticker.SendSticker.emoji:1 of
|
||||
msgid "Emoji associated with the sticker; only for just uploaded stickers"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring
|
||||
#: aiogram.methods.send_sticker.SendSticker.disable_notification:1 of
|
||||
msgid ""
|
||||
|
|
@ -147,3 +152,15 @@ msgstr ""
|
|||
#~ "to remove reply keyboard or to "
|
||||
#~ "force a reply from the user."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Sticker to send. Pass a file_id as"
|
||||
#~ " String to send a file that "
|
||||
#~ "exists on the Telegram servers "
|
||||
#~ "(recommended), pass an HTTP URL as "
|
||||
#~ "a String for Telegram to get a "
|
||||
#~ ".WEBP file from the Internet, or "
|
||||
#~ "upload a new one using multipart"
|
||||
#~ "/form-data. :ref:`More information on "
|
||||
#~ "Sending Files » <sending-files>`"
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue