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
This commit is contained in:
parent
6e81294685
commit
52f2a2d616
63 changed files with 649 additions and 118 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue