mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added enumerations
This commit is contained in:
parent
964418f4f0
commit
3beecf851b
30 changed files with 289 additions and 27 deletions
|
|
@ -8,8 +8,15 @@ Here is list of all available enums:
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
bot_command_scope_type
|
||||
chat_action
|
||||
chat_member_status
|
||||
chat_type
|
||||
content_type
|
||||
dice_emoji
|
||||
menu_button_type
|
||||
message_entity_type
|
||||
parse_mode
|
||||
poll_type
|
||||
topic_icon_color
|
||||
update_type
|
||||
|
|
|
|||
|
|
@ -1272,7 +1272,7 @@ msgstr ""
|
|||
|
||||
#: ../../../HISTORY.rst:139
|
||||
msgid ""
|
||||
"Added is_chat_creator method to ChatMemberStatus (`#394 "
|
||||
"Added is_chat_creator method to ChatMemberStatus.yml (`#394 "
|
||||
"<https://github.com/aiogram/aiogram/issues/394>`_)"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1765,7 +1765,7 @@ msgstr ""
|
|||
#: ../../../HISTORY.rst:287
|
||||
msgid ""
|
||||
":code:`is_member` and :code:`is_admin` methods of :code:`ChatMember` and "
|
||||
":code:`ChatMemberStatus` was renamed to :code:`is_chat_member` and "
|
||||
":code:`ChatMemberStatus.yml` was renamed to :code:`is_chat_member` and "
|
||||
":code:`is_chat_admin`"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1272,7 +1272,7 @@ msgstr ""
|
|||
|
||||
#: ../../../HISTORY.rst:139
|
||||
msgid ""
|
||||
"Added is_chat_creator method to ChatMemberStatus (`#394 "
|
||||
"Added is_chat_creator method to ChatMemberStatus.yml (`#394 "
|
||||
"<https://github.com/aiogram/aiogram/issues/394>`_)"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1765,7 +1765,7 @@ msgstr ""
|
|||
#: ../../../HISTORY.rst:287
|
||||
msgid ""
|
||||
":code:`is_member` and :code:`is_admin` methods of :code:`ChatMember` and "
|
||||
":code:`ChatMemberStatus` was renamed to :code:`is_chat_member` and "
|
||||
":code:`ChatMemberStatus.yml` was renamed to :code:`is_chat_member` and "
|
||||
":code:`is_chat_admin`"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue