mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added base support of Bot API 7.2
This commit is contained in:
parent
acf52f468c
commit
a92cb0a03a
122 changed files with 2789 additions and 563 deletions
10
docs/api/types/birthdate.rst
Normal file
10
docs/api/types/birthdate.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#########
|
||||
Birthdate
|
||||
#########
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.birthdate
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
10
docs/api/types/business_connection.rst
Normal file
10
docs/api/types/business_connection.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
##################
|
||||
BusinessConnection
|
||||
##################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.business_connection
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
10
docs/api/types/business_intro.rst
Normal file
10
docs/api/types/business_intro.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#############
|
||||
BusinessIntro
|
||||
#############
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.business_intro
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
10
docs/api/types/business_location.rst
Normal file
10
docs/api/types/business_location.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
################
|
||||
BusinessLocation
|
||||
################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.business_location
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
10
docs/api/types/business_messages_deleted.rst
Normal file
10
docs/api/types/business_messages_deleted.rst
Normal 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
|
||||
10
docs/api/types/business_opening_hours.rst
Normal file
10
docs/api/types/business_opening_hours.rst
Normal 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
|
||||
10
docs/api/types/business_opening_hours_interval.rst
Normal file
10
docs/api/types/business_opening_hours_interval.rst
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
10
docs/api/types/shared_user.rst
Normal file
10
docs/api/types/shared_user.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
##########
|
||||
SharedUser
|
||||
##########
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.shared_user
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
:exclude-members: model_config,model_fields
|
||||
Loading…
Add table
Add a link
Reference in a new issue