mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 7.1 (#1417)
* Added full support of Bot API 7.1 * Added changelog
This commit is contained in:
parent
e5176b4434
commit
75323ac8c3
72 changed files with 702 additions and 461 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Float number",
|
||||
"type": "Float",
|
||||
"description": "Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.",
|
||||
"html_description": "<td>Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.</td>",
|
||||
"rst_description": "Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.\n",
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Float number",
|
||||
"type": "Float",
|
||||
"description": "Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.",
|
||||
"html_description": "<td>Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.</td>",
|
||||
"rst_description": "Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.\n",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "Float number",
|
||||
"type": "Float",
|
||||
"description": "Mask scaling coefficient. For example, 2.0 means double size.",
|
||||
"html_description": "<td>Mask scaling coefficient. For example, 2.0 means double size.</td>",
|
||||
"rst_description": "Mask scaling coefficient. For example, 2.0 means double size.\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue