Added full support of Bot API 7.11 (#1601)

* Added full support of Bot API 7.11

* Small fixes

* Added changelog
This commit is contained in:
Alex Root Junior 2024-11-02 16:13:45 +02:00 committed by GitHub
parent 4531c3628c
commit 405bbcc36f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
165 changed files with 1619 additions and 573 deletions

View file

@ -0,0 +1,25 @@
{
"meta": {},
"group": {
"title": "Available types",
"anchor": "available-types"
},
"object": {
"anchor": "copytextbutton",
"name": "CopyTextButton",
"description": "This object represents an inline keyboard button that copies specified text to the clipboard.",
"html_description": "<p>This object represents an inline keyboard button that copies specified text to the clipboard.</p>",
"rst_description": "This object represents an inline keyboard button that copies specified text to the clipboard.",
"annotations": [
{
"type": "String",
"description": "The text to be copied to the clipboard; 1-256 characters",
"html_description": "<td>The text to be copied to the clipboard; 1-256 characters</td>",
"rst_description": "The text to be copied to the clipboard; 1-256 characters\n",
"name": "text",
"required": true
}
],
"category": "types"
}
}