mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
33
.butcher/types/TransactionPartnerFragment/entity.json
Normal file
33
.butcher/types/TransactionPartnerFragment/entity.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"meta": {},
|
||||
"group": {
|
||||
"title": "Payments",
|
||||
"anchor": "payments"
|
||||
},
|
||||
"object": {
|
||||
"anchor": "transactionpartnerfragment",
|
||||
"name": "TransactionPartnerFragment",
|
||||
"description": "Describes a withdrawal transaction with Fragment.",
|
||||
"html_description": "<p>Describes a withdrawal transaction with Fragment.</p>",
|
||||
"rst_description": "Describes a withdrawal transaction with Fragment.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "String",
|
||||
"description": "Type of the transaction partner, always 'fragment'",
|
||||
"html_description": "<td>Type of the transaction partner, always “fragment”</td>",
|
||||
"rst_description": "Type of the transaction partner, always 'fragment'\n",
|
||||
"name": "type",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "RevenueWithdrawalState",
|
||||
"description": "State of the transaction if the transaction is outgoing",
|
||||
"html_description": "<td><em>Optional</em>. State of the transaction if the transaction is outgoing</td>",
|
||||
"rst_description": "*Optional*. State of the transaction if the transaction is outgoing\n",
|
||||
"name": "withdrawal_state",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue