mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Add missing shortcuts, new enums, reworked old stuff (#1070)
* Render shortcuts * Render docs * Added enumerations * Added docs * Use enums, removed Helper * Bump butcher * Added InputMediaType enum * Added MaskPositionPoint, InlineQueryResultType enums * Update texts * Added StickerType enum * Cover tests * Update docs * Fixed imports * Re-enabled all pre-commit hooks
This commit is contained in:
parent
3438d2446d
commit
3ea73fbbbd
370 changed files with 19735 additions and 8380 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-06 14:18+0200\n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+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"
|
||||
|
|
@ -125,6 +125,18 @@ msgstr ""
|
|||
msgid "As reply into Webhook in handler"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/send_sticker.rst:48
|
||||
msgid "As shortcut from received object"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/send_sticker.rst:50
|
||||
msgid ":meth:`aiogram.types.message.Message.answer_sticker`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../api/methods/send_sticker.rst:51
|
||||
msgid ":meth:`aiogram.types.message.Message.reply_sticker`"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Additional interface options. A JSON-"
|
||||
#~ "serialized object for an `inline "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue