mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support for the Bot API 8.3 (#1638)
* Added full support for the Bot API 8.3 * Added changelog * Ignore typing for aiohttp_socks
This commit is contained in:
parent
25833b830e
commit
d8b9ce1be9
65 changed files with 660 additions and 118 deletions
41
.butcher/types/TransactionPartnerChat/entity.json
Normal file
41
.butcher/types/TransactionPartnerChat/entity.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"meta": {},
|
||||
"group": {
|
||||
"title": "Payments",
|
||||
"anchor": "payments"
|
||||
},
|
||||
"object": {
|
||||
"anchor": "transactionpartnerchat",
|
||||
"name": "TransactionPartnerChat",
|
||||
"description": "Describes a transaction with a chat.",
|
||||
"html_description": "<p>Describes a transaction with a chat.</p>",
|
||||
"rst_description": "Describes a transaction with a chat.",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "String",
|
||||
"description": "Type of the transaction partner, always 'chat'",
|
||||
"html_description": "<td>Type of the transaction partner, always “chat”</td>",
|
||||
"rst_description": "Type of the transaction partner, always 'chat'\n",
|
||||
"name": "type",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Chat",
|
||||
"description": "Information about the chat",
|
||||
"html_description": "<td>Information about the chat</td>",
|
||||
"rst_description": "Information about the chat\n",
|
||||
"name": "chat",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Gift",
|
||||
"description": "The gift sent to the chat by the bot",
|
||||
"html_description": "<td><em>Optional</em>. The gift sent to the chat by the bot</td>",
|
||||
"rst_description": "*Optional*. The gift sent to the chat by the bot\n",
|
||||
"name": "gift",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue