mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Added full support of Bot API 6.5 (#1112)
* Added full support of Bot API 6.5 * Shut up, linters (Fixed errors) * Oops. Added lost files. * Fixed tests * Added changes description * Update description from docs * Fixed anchors * Update Butcher * Added danger zone to changelog * Type
This commit is contained in:
parent
3428924d63
commit
e59d4652bf
47 changed files with 1218 additions and 184 deletions
9
docs/api/types/chat_shared.rst
Normal file
9
docs/api/types/chat_shared.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##########
|
||||
ChatShared
|
||||
##########
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.chat_shared
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -75,6 +75,7 @@ Available types
|
|||
chat_member_updated
|
||||
chat_permissions
|
||||
chat_photo
|
||||
chat_shared
|
||||
contact
|
||||
dice
|
||||
document
|
||||
|
|
@ -98,6 +99,8 @@ Available types
|
|||
input_media_video
|
||||
keyboard_button
|
||||
keyboard_button_poll_type
|
||||
keyboard_button_request_chat
|
||||
keyboard_button_request_user
|
||||
location
|
||||
login_url
|
||||
menu_button
|
||||
|
|
@ -118,6 +121,7 @@ Available types
|
|||
response_parameters
|
||||
user
|
||||
user_profile_photos
|
||||
user_shared
|
||||
venue
|
||||
video
|
||||
video_chat_ended
|
||||
|
|
|
|||
9
docs/api/types/keyboard_button_request_chat.rst
Normal file
9
docs/api/types/keyboard_button_request_chat.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#########################
|
||||
KeyboardButtonRequestChat
|
||||
#########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.keyboard_button_request_chat
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/keyboard_button_request_user.rst
Normal file
9
docs/api/types/keyboard_button_request_user.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#########################
|
||||
KeyboardButtonRequestUser
|
||||
#########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.keyboard_button_request_user
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/types/user_shared.rst
Normal file
9
docs/api/types/user_shared.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##########
|
||||
UserShared
|
||||
##########
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.user_shared
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue