Added full support of Bot API 7.6

This commit is contained in:
JRoot Junior 2024-07-01 21:12:29 +03:00
parent 3baa7383c1
commit ad771ce495
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
90 changed files with 1840 additions and 270 deletions

View file

@ -21,11 +21,13 @@ Here is list of all available enums:
encrypted_passport_element
inline_query_result_type
input_media_type
input_paid_media_type
keyboard_button_poll_type_type
mask_position_point
menu_button_type
message_entity_type
message_origin_type
paid_media_type
parse_mode
passport_element_error_type
poll_type

View file

@ -0,0 +1,9 @@
##################
InputPaidMediaType
##################
.. automodule:: aiogram.enums.input_paid_media_type
:members:
:member-order: bysource
:undoc-members: True

View file

@ -0,0 +1,9 @@
#############
PaidMediaType
#############
.. automodule:: aiogram.enums.paid_media_type
:members:
:member-order: bysource
:undoc-members: True