mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 03:08:51 +00:00
Added full support of Bot API 7.5 (#1518)
* Added full support of Bot API 7.5 * Added changelog * Update date type in RevenueWithdrawalStateSucceeded * Added example
This commit is contained in:
parent
dcfc9632f3
commit
1f7bbeb355
72 changed files with 1629 additions and 51 deletions
25
.butcher/types/StarTransactions/entity.json
Normal file
25
.butcher/types/StarTransactions/entity.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"meta": {},
|
||||
"group": {
|
||||
"title": "Payments",
|
||||
"anchor": "payments"
|
||||
},
|
||||
"object": {
|
||||
"anchor": "startransactions",
|
||||
"name": "StarTransactions",
|
||||
"description": "Contains a list of Telegram Star transactions.",
|
||||
"html_description": "<p>Contains a list of Telegram Star transactions.</p>",
|
||||
"rst_description": "Contains a list of Telegram Star transactions.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "Array of StarTransaction",
|
||||
"description": "The list of transactions",
|
||||
"html_description": "<td>The list of transactions</td>",
|
||||
"rst_description": "The list of transactions\n",
|
||||
"name": "transactions",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue