Added butcher configs

This commit is contained in:
Alex Root Junior 2022-11-20 17:43:52 +02:00
parent 6183e7b6ed
commit b1b5cbb2cd
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
346 changed files with 28930 additions and 4 deletions

View file

@ -0,0 +1,51 @@
{
"meta": {
"deprecated": false
},
"group": {
"title": "Inline mode",
"anchor": "inline-mode"
},
"object": {
"anchor": "inputtextmessagecontent",
"name": "InputTextMessageContent",
"description": "Represents the content of a text message to be sent as the result of an inline query.",
"html_description": "<p>Represents the <a href=\"#inputmessagecontent\">content</a> of a text message to be sent as the result of an inline query.</p>",
"rst_description": "Represents the `content <https://core.telegram.org/bots/api#inputmessagecontent>`_ of a text message to be sent as the result of an inline query.",
"annotations": [
{
"type": "String",
"description": "Text of the message to be sent, 1-4096 characters",
"html_description": "<td>Text of the message to be sent, 1-4096 characters</td>",
"rst_description": "Text of the message to be sent, 1-4096 characters\n",
"name": "message_text",
"required": true
},
{
"type": "String",
"description": "Mode for parsing entities in the message text. See formatting options for more details.",
"html_description": "<td><em>Optional</em>. Mode for parsing entities in the message text. See <a href=\"#formatting-options\">formatting options</a> for more details.</td>",
"rst_description": "*Optional*. Mode for parsing entities in the message text. See `formatting options <https://core.telegram.org/bots/api#formatting-options>`_ for more details.\n",
"name": "parse_mode",
"required": false
},
{
"type": "Array of MessageEntity",
"description": "List of special entities that appear in message text, which can be specified instead of parse_mode",
"html_description": "<td><em>Optional</em>. List of special entities that appear in message text, which can be specified instead of <em>parse_mode</em></td>",
"rst_description": "*Optional*. List of special entities that appear in message text, which can be specified instead of *parse_mode*\n",
"name": "entities",
"required": false
},
{
"type": "Boolean",
"description": "Disables link previews for links in the sent message",
"html_description": "<td><em>Optional</em>. Disables link previews for links in the sent message</td>",
"rst_description": "*Optional*. Disables link previews for links in the sent message\n",
"name": "disable_web_page_preview",
"required": false
}
],
"category": "types"
}
}

View file

@ -0,0 +1,6 @@
bases:
- InputMessageContent
annotations:
parse_mode:
value: UNSET