Added full support of Bot API 7.1 (#1417)

* Added full support of Bot API 7.1

* Added changelog
This commit is contained in:
Alex Root Junior 2024-02-16 23:44:35 +02:00 committed by GitHub
parent e5176b4434
commit 75323ac8c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 702 additions and 461 deletions

View file

@ -43,6 +43,14 @@
"name": "sender_chat",
"required": false
},
{
"type": "Integer",
"description": "If the sender of the message boosted the chat, the number of boosts added by the user",
"html_description": "<td><em>Optional</em>. If the sender of the message boosted the chat, the number of boosts added by the user</td>",
"rst_description": "*Optional*. If the sender of the message boosted the chat, the number of boosts added by the user\n",
"name": "sender_boost_count",
"required": false
},
{
"type": "Integer",
"description": "Date the message was sent in Unix time. It is always a positive number, representing a valid date.",
@ -107,6 +115,14 @@
"name": "quote",
"required": false
},
{
"type": "Story",
"description": "For replies to a story, the original story",
"html_description": "<td><em>Optional</em>. For replies to a story, the original story</td>",
"rst_description": "*Optional*. For replies to a story, the original story\n",
"name": "reply_to_story",
"required": false
},
{
"type": "User",
"description": "Bot through which the message was sent",
@ -475,6 +491,14 @@
"name": "proximity_alert_triggered",
"required": false
},
{
"type": "ChatBoostAdded",
"description": "Service message: user boosted the chat",
"html_description": "<td><em>Optional</em>. Service message: user boosted the chat</td>",
"rst_description": "*Optional*. Service message: user boosted the chat\n",
"name": "boost_added",
"required": false
},
{
"type": "ForumTopicCreated",
"description": "Service message: forum topic created",