mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 12:07:13 +00:00
Bot API 7.10 (#1570)
* Bump to the latest schema * Added full support ob Bot API 7.10 * Add support for purchased paid media events Enhanced the router to include `purchased_paid_media` handling. Added corresponding test cases to verify the new functionality and updated middleware to return the appropriate `EventContext`. * Added changelog
This commit is contained in:
parent
fb1e5cad59
commit
e8fc890809
40 changed files with 487 additions and 106 deletions
|
|
@ -139,6 +139,14 @@
|
|||
"name": "pre_checkout_query",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "PaidMediaPurchased",
|
||||
"description": "A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat",
|
||||
"html_description": "<td><em>Optional</em>. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat</td>",
|
||||
"rst_description": "*Optional*. A user purchased paid media with a non-empty payload sent by the bot in a non-channel chat\n",
|
||||
"name": "purchased_paid_media",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "Poll",
|
||||
"description": "New poll state. Bots receive only updates about manually stopped polls and polls, which are sent by the bot",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue