mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Added full support of Bot API 6.4 (#1088)
* Remove warnings about pytest asyncio mode * Update Bot API to 6.4 * Bump version * Added changelog * Update translations
This commit is contained in:
parent
b93b75804c
commit
730485e43a
239 changed files with 2522 additions and 892 deletions
9
docs/api/types/forum_topic_edited.rst
Normal file
9
docs/api/types/forum_topic_edited.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
################
|
||||
ForumTopicEdited
|
||||
################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.forum_topic_edited
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/general_forum_topic_hidden.rst
Normal file
9
docs/api/types/general_forum_topic_hidden.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#######################
|
||||
GeneralForumTopicHidden
|
||||
#######################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.general_forum_topic_hidden
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/general_forum_topic_unhidden.rst
Normal file
9
docs/api/types/general_forum_topic_unhidden.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#########################
|
||||
GeneralForumTopicUnhidden
|
||||
#########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.general_forum_topic_unhidden
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -83,7 +83,10 @@ Available types
|
|||
forum_topic
|
||||
forum_topic_closed
|
||||
forum_topic_created
|
||||
forum_topic_edited
|
||||
forum_topic_reopened
|
||||
general_forum_topic_hidden
|
||||
general_forum_topic_unhidden
|
||||
inline_keyboard_button
|
||||
inline_keyboard_markup
|
||||
input_file
|
||||
|
|
@ -125,6 +128,7 @@ Available types
|
|||
voice
|
||||
web_app_data
|
||||
web_app_info
|
||||
write_access_allowed
|
||||
|
||||
Telegram Passport
|
||||
=================
|
||||
|
|
|
|||
9
docs/api/types/write_access_allowed.rst
Normal file
9
docs/api/types/write_access_allowed.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##################
|
||||
WriteAccessAllowed
|
||||
##################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.write_access_allowed
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue