Refresh from docs

This commit is contained in:
Alex Root Junior 2023-03-09 19:46:53 +02:00
parent 71b4beb360
commit 6dc02c0bfa
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
90 changed files with 760 additions and 1836 deletions

View file

@ -37,6 +37,14 @@
"rst_description": "Sticker to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP or .TGS sticker using multipart/form-data. :ref:`More information on Sending Files » <sending-files>`. Video stickers can only be sent by a file_id. Animated stickers can't be sent via an HTTP URL.\n",
"name": "sticker"
},
{
"type": "String",
"required": false,
"description": "Emoji associated with the sticker; only for just uploaded stickers",
"html_description": "<td>Emoji associated with the sticker; only for just uploaded stickers</td>",
"rst_description": "Emoji associated with the sticker; only for just uploaded stickers\n",
"name": "emoji"
},
{
"type": "Boolean",
"required": false,
@ -76,14 +84,6 @@
"html_description": "<td>Additional interface options. A JSON-serialized object for an <a href=\"/bots/features#inline-keyboards\">inline keyboard</a>, <a href=\"/bots/features#keyboards\">custom reply keyboard</a>, instructions to remove reply keyboard or to force a reply from the user.</td>",
"rst_description": "Additional interface options. A JSON-serialized object for an `inline keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, `custom reply keyboard <https://core.telegram.org/bots/features#keyboards>`_, instructions to remove reply keyboard or to force a reply from the user.\n",
"name": "reply_markup"
},
{
"type": "String",
"required": false,
"description": "Emoji associated with the sticker; only for uploaded stickers",
"html_description": "<td>Emoji associated with the sticker; only for uploaded stickers</td>",
"rst_description": "Emoji associated with the sticker; only for uploaded stickers\n",
"name": "emoji"
}
],
"category": "methods"