Bump Bot API 5.2. Added integration with MagicFilter

This commit is contained in:
Alex Root Junior 2021-05-05 05:43:55 +03:00
parent 51f0b77a9e
commit eff414b9e5
20 changed files with 208 additions and 62 deletions

View file

@ -42,6 +42,7 @@ Available types
venue
proximity_alert_triggered
message_auto_delete_timer_changed
voice_chat_scheduled
voice_chat_started
voice_chat_ended
voice_chat_participants_invited
@ -117,6 +118,7 @@ Inline mode
input_location_message_content
input_venue_message_content
input_contact_message_content
input_invoice_message_content
chosen_inline_result
Payments

View file

@ -0,0 +1,9 @@
##########################
InputInvoiceMessageContent
##########################
.. automodule:: aiogram.types.input_invoice_message_content
:members:
:member-order: bysource
:undoc-members: True

View file

@ -0,0 +1,9 @@
##################
VoiceChatScheduled
##################
.. automodule:: aiogram.types.voice_chat_scheduled
:members:
:member-order: bysource
:undoc-members: True