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:
Alex Root Junior 2024-06-19 00:54:22 +03:00 committed by GitHub
parent dcfc9632f3
commit 1f7bbeb355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 1629 additions and 51 deletions

View 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 &#8220;fragment&#8221;</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"
}
}