mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Refresh from docs
This commit is contained in:
parent
71b4beb360
commit
6dc02c0bfa
90 changed files with 760 additions and 1836 deletions
|
|
@ -58,7 +58,7 @@
|
|||
"description": "Animation thumbnail as defined by sender",
|
||||
"html_description": "<td><em>Optional</em>. Animation thumbnail as defined by sender</td>",
|
||||
"rst_description": "*Optional*. Animation thumbnail as defined by sender\n",
|
||||
"name": "thumb",
|
||||
"name": "thumbnail",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
|
|
@ -84,14 +84,6 @@
|
|||
"rst_description": "*Optional*. File size in bytes. It can be bigger than 2^31 and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this value.\n",
|
||||
"name": "file_size",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "PhotoSize",
|
||||
"description": "Animation thumbnail as defined by the sender",
|
||||
"html_description": "<td><em>Optional</em>. Animation thumbnail as defined by the sender</td>",
|
||||
"rst_description": "*Optional*. Animation thumbnail as defined by the sender\n",
|
||||
"name": "thumbnail",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"category": "types"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue