mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added support for Bot API 7.0
This commit is contained in:
parent
756cfeba0a
commit
b90eaba684
227 changed files with 8807 additions and 1608 deletions
|
|
@ -28,10 +28,10 @@
|
|||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Message",
|
||||
"description": "Message with the callback button that originated the query. Note that message content and message date will not be available if the message is too old",
|
||||
"html_description": "<td><em>Optional</em>. Message with the callback button that originated the query. Note that message content and message date will not be available if the message is too old</td>",
|
||||
"rst_description": "*Optional*. Message with the callback button that originated the query. Note that message content and message date will not be available if the message is too old\n",
|
||||
"type": "MaybeInaccessibleMessage",
|
||||
"description": "Message sent by the bot with the callback button that originated the query",
|
||||
"html_description": "<td><em>Optional</em>. Message sent by the bot with the callback button that originated the query</td>",
|
||||
"rst_description": "*Optional*. Message sent by the bot with the callback button that originated the query\n",
|
||||
"name": "message",
|
||||
"required": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue