mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +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
9
docs/api/types/forum_topic.rst
Normal file
9
docs/api/types/forum_topic.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##########
|
||||
ForumTopic
|
||||
##########
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.forum_topic
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/forum_topic_closed.rst
Normal file
9
docs/api/types/forum_topic_closed.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
################
|
||||
ForumTopicClosed
|
||||
################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.forum_topic_closed
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/forum_topic_created.rst
Normal file
9
docs/api/types/forum_topic_created.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#################
|
||||
ForumTopicCreated
|
||||
#################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.forum_topic_created
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/forum_topic_reopened.rst
Normal file
9
docs/api/types/forum_topic_reopened.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##################
|
||||
ForumTopicReopened
|
||||
##################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.forum_topic_reopened
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -43,6 +43,9 @@ Available types
|
|||
web_app_data
|
||||
proximity_alert_triggered
|
||||
message_auto_delete_timer_changed
|
||||
forum_topic_created
|
||||
forum_topic_closed
|
||||
forum_topic_reopened
|
||||
video_chat_scheduled
|
||||
video_chat_started
|
||||
video_chat_ended
|
||||
|
|
@ -73,6 +76,7 @@ Available types
|
|||
chat_join_request
|
||||
chat_permissions
|
||||
chat_location
|
||||
forum_topic
|
||||
bot_command
|
||||
bot_command_scope
|
||||
bot_command_scope_default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue