mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump Bot API 5.2. Added integration with MagicFilter
This commit is contained in:
parent
51f0b77a9e
commit
eff414b9e5
20 changed files with 208 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
9
docs2/api/types/input_invoice_message_content.rst
Normal file
9
docs2/api/types/input_invoice_message_content.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##########################
|
||||
InputInvoiceMessageContent
|
||||
##########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.input_invoice_message_content
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs2/api/types/voice_chat_scheduled.rst
Normal file
9
docs2/api/types/voice_chat_scheduled.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##################
|
||||
VoiceChatScheduled
|
||||
##################
|
||||
|
||||
|
||||
.. automodule:: aiogram.types.voice_chat_scheduled
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue