mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Bot API 6.3 (#1063)
* Added API changes * Added changelog * Oops. Move changelog * Update tests * Remove experimental * Added message content type * Update message aliases * Update changes * Update texts * Bump version * Remove versionadded badge
This commit is contained in:
parent
3ae5d904c9
commit
b287551590
275 changed files with 5821 additions and 1133 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
|
||||
"POT-Creation-Date: 2022-11-06 14:18+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"
|
||||
|
|
@ -53,6 +53,13 @@ msgid ""
|
|||
"files>`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring aiogram.methods.send_sticker.SendSticker.message_thread_id:1
|
||||
#: of
|
||||
msgid ""
|
||||
"Unique identifier for the target message thread (topic) of the forum; for"
|
||||
" forum supergroups only"
|
||||
msgstr ""
|
||||
|
||||
#: ../../docstring
|
||||
#: aiogram.methods.send_sticker.SendSticker.disable_notification:1 of
|
||||
msgid ""
|
||||
|
|
@ -80,10 +87,10 @@ msgstr ""
|
|||
#: ../../docstring aiogram.methods.send_sticker.SendSticker.reply_markup:1 of
|
||||
msgid ""
|
||||
"Additional interface options. A JSON-serialized object for an `inline "
|
||||
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
|
||||
"updating>`_, `custom reply keyboard "
|
||||
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
|
||||
"reply keyboard or to force a reply from the user."
|
||||
"keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, "
|
||||
"`custom reply keyboard "
|
||||
"<https://core.telegram.org/bots/features#keyboards>`_, instructions to "
|
||||
"remove reply keyboard or to force a reply from the user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/send_sticker.rst:14
|
||||
|
|
@ -117,3 +124,14 @@ msgstr ""
|
|||
#: ../../api/methods/send_sticker.rst:40
|
||||
msgid "As reply into Webhook in handler"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Additional interface options. A JSON-"
|
||||
#~ "serialized object for an `inline "
|
||||
#~ "keyboard <https://core.telegram.org/bots#inline-"
|
||||
#~ "keyboards-and-on-the-fly-updating>`_, "
|
||||
#~ "`custom reply keyboard "
|
||||
#~ "<https://core.telegram.org/bots#keyboards>`_, instructions "
|
||||
#~ "to remove reply keyboard or to "
|
||||
#~ "force a reply from the user."
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue