Added support for Bot API 7.0

This commit is contained in:
JRoot Junior 2023-12-30 04:40:18 +02:00
parent 756cfeba0a
commit b90eaba684
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
227 changed files with 8807 additions and 1608 deletions

View file

@ -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
},