Added base support of Bot API 7.2

This commit is contained in:
JRoot Junior 2024-03-31 21:09:13 +03:00
parent acf52f468c
commit a92cb0a03a
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
122 changed files with 2789 additions and 563 deletions

View file

@ -0,0 +1,10 @@
#########
Birthdate
#########
.. automodule:: aiogram.types.birthdate
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -0,0 +1,10 @@
##################
BusinessConnection
##################
.. automodule:: aiogram.types.business_connection
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -0,0 +1,10 @@
#############
BusinessIntro
#############
.. automodule:: aiogram.types.business_intro
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -0,0 +1,10 @@
################
BusinessLocation
################
.. automodule:: aiogram.types.business_location
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -0,0 +1,10 @@
#######################
BusinessMessagesDeleted
#######################
.. automodule:: aiogram.types.business_messages_deleted
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -0,0 +1,10 @@
####################
BusinessOpeningHours
####################
.. automodule:: aiogram.types.business_opening_hours
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -0,0 +1,10 @@
############################
BusinessOpeningHoursInterval
############################
.. automodule:: aiogram.types.business_opening_hours_interval
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields

View file

@ -13,6 +13,7 @@ Available types
animation
audio
birthdate
bot_command
bot_command_scope
bot_command_scope_all_chat_administrators
@ -25,6 +26,12 @@ Available types
bot_description
bot_name
bot_short_description
business_connection
business_intro
business_location
business_messages_deleted
business_opening_hours
business_opening_hours_interval
callback_query
chat
chat_administrator_rights
@ -114,6 +121,7 @@ Available types
reply_keyboard_remove
reply_parameters
response_parameters
shared_user
story
switch_inline_query_chosen_chat
text_quote

View file

@ -0,0 +1,10 @@
##########
SharedUser
##########
.. automodule:: aiogram.types.shared_user
:members:
:member-order: bysource
:undoc-members: True
:exclude-members: model_config,model_fields