Added full support for the Bot API 8.3

This commit is contained in:
JRoot Junior 2025-02-13 01:03:55 +02:00
parent 6e81294685
commit 52f2a2d616
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
63 changed files with 649 additions and 118 deletions

View file

@ -35,6 +35,14 @@
"rst_description": "Unique identifier for the chat where the original message was sent (or channel username in the format :code:`@channelusername`)\n",
"name": "from_chat_id"
},
{
"type": "Integer",
"required": false,
"description": "New start timestamp for the forwarded video in the message",
"html_description": "<td>New start timestamp for the forwarded video in the message</td>",
"rst_description": "New start timestamp for the forwarded video in the message\n",
"name": "video_start_timestamp"
},
{
"type": "Boolean",
"required": false,