Added full support of Bot API 7.4

This commit is contained in:
JRoot Junior 2024-05-30 21:45:53 +03:00
parent f50e058725
commit f87eca6e44
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
117 changed files with 1820 additions and 409 deletions

View file

@ -83,6 +83,14 @@
"rst_description": "Protects the contents of the sent message from forwarding and saving\n",
"name": "protect_content"
},
{
"type": "String",
"required": false,
"description": "Unique identifier of the message effect to be added to the message; for private chats only",
"html_description": "<td>Unique identifier of the message effect to be added to the message; for private chats only</td>",
"rst_description": "Unique identifier of the message effect to be added to the message; for private chats only\n",
"name": "message_effect_id"
},
{
"type": "ReplyParameters",
"required": false,