mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-18 04:46:49 +00:00
Added full support of Bot API 7.4 (#1498)
* Added full support of Bot API 7.4 * Added changelog
This commit is contained in:
parent
f50e058725
commit
b08ba78898
118 changed files with 1821 additions and 409 deletions
|
|
@ -61,9 +61,9 @@
|
|||
},
|
||||
{
|
||||
"type": "Message",
|
||||
"description": "New non-service message from a connected business account",
|
||||
"html_description": "<td><em>Optional</em>. New non-service message from a connected business account</td>",
|
||||
"rst_description": "*Optional*. New non-service message from a connected business account\n",
|
||||
"description": "New message from a connected business account",
|
||||
"html_description": "<td><em>Optional</em>. New message from a connected business account</td>",
|
||||
"rst_description": "*Optional*. New message from a connected business account\n",
|
||||
"name": "business_message",
|
||||
"required": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue