mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
4531c3628c
commit
405bbcc36f
165 changed files with 1619 additions and 573 deletions
25
.butcher/types/CopyTextButton/entity.json
Normal file
25
.butcher/types/CopyTextButton/entity.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue