"description":"Unique identifier for the target chat or username of the target channel (in the format @channelusername). Polls can't be sent to channel direct messages chats.",
"html_description":"<td>Unique identifier for the target chat or username of the target channel (in the format <code>@channelusername</code>). Polls can't be sent to channel direct messages chats.</td>",
"rst_description":"Unique identifier for the target chat or username of the target channel (in the format :code:`@channelusername`). Polls can't be sent to channel direct messages chats.\n",
"description":"Unique identifier for the target message thread (topic) of a forum; for forum supergroups and private chats of bots with forum topic mode enabled only",
"html_description":"<td>Unique identifier for the target message thread (topic) of a forum; for forum supergroups and private chats of bots with forum topic mode enabled only</td>",
"rst_description":"Unique identifier for the target message thread (topic) of a forum; for forum supergroups and private chats of bots with forum topic mode enabled only\n",
"description":"Mode for parsing entities in the question. See formatting options for more details. Currently, only custom emoji entities are allowed",
"html_description":"<td>Mode for parsing entities in the question. See <a href=\"#formatting-options\">formatting options</a> for more details. Currently, only custom emoji entities are allowed</td>",
"rst_description":"Mode for parsing entities in the question. See `formatting options <https://core.telegram.org/bots/api#formatting-options>`_ for more details. Currently, only custom emoji entities are allowed\n",
"name":"question_parse_mode"
},
{
"type":"Array of MessageEntity",
"required":false,
"description":"A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of question_parse_mode",
"html_description":"<td>A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of <em>question_parse_mode</em></td>",
"rst_description":"A JSON-serialized list of special entities that appear in the poll question. It can be specified instead of *question_parse_mode*\n",
"description":"Pass True, if the poll allows to change chosen answer options, defaults to False for quizzes and to True for regular polls",
"html_description":"<td>Pass <em>True</em>, if the poll allows to change chosen answer options, defaults to <em>False</em> for quizzes and to <em>True</em> for regular polls</td>",
"rst_description":"Pass :code:`True`, if the poll allows to change chosen answer options, defaults to :code:`False` for quizzes and to :code:`True` for regular polls\n",
"name":"allows_revoting"
},
{
"type":"Boolean",
"required":false,
"description":"Pass True, if the poll options must be shown in random order",
"html_description":"<td>Pass <em>True</em>, if the poll options must be shown in random order</td>",
"rst_description":"Pass :code:`True`, if the poll options must be shown in random order\n",
"name":"shuffle_options"
},
{
"type":"Boolean",
"required":false,
"description":"Pass True, if answer options can be added to the poll after creation; not supported for anonymous polls and quizzes",
"html_description":"<td>Pass <em>True</em>, if answer options can be added to the poll after creation; not supported for anonymous polls and quizzes</td>",
"rst_description":"Pass :code:`True`, if answer options can be added to the poll after creation; not supported for anonymous polls and quizzes\n",
"name":"allow_adding_options"
},
{
"type":"Boolean",
"required":false,
"description":"Pass True, if poll results must be shown only after the poll closes",
"html_description":"<td>Pass <em>True</em>, if poll results must be shown only after the poll closes</td>",
"rst_description":"Pass :code:`True`, if poll results must be shown only after the poll closes\n",
"name":"hide_results_until_closes"
},
{
"type":"Array of Integer",
"required":false,
"description":"A JSON-serialized list of monotonically increasing 0-based identifiers of the correct answer options, required for polls in quiz mode",
"html_description":"<td>A JSON-serialized list of monotonically increasing 0-based identifiers of the correct answer options, required for polls in quiz mode</td>",
"rst_description":"A JSON-serialized list of monotonically increasing 0-based identifiers of the correct answer options, required for polls in quiz mode\n",
"description":"Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing",
"html_description":"<td>Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing</td>",
"rst_description":"Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing\n",
"name":"explanation"
},
{
"type":"String",
"required":false,
"description":"Mode for parsing entities in the explanation. See formatting options for more details.",
"html_description":"<td>Mode for parsing entities in the explanation. See <a href=\"#formatting-options\">formatting options</a> for more details.</td>",
"rst_description":"Mode for parsing entities in the explanation. See `formatting options <https://core.telegram.org/bots/api#formatting-options>`_ for more details.\n",
"description":"A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of explanation_parse_mode",
"html_description":"<td>A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of <em>explanation_parse_mode</em></td>",
"rst_description":"A JSON-serialized list of special entities that appear in the poll explanation. It can be specified instead of *explanation_parse_mode*\n",
"description":"Amount of time in seconds the poll will be active after creation, 5-2628000. Can't be used together with close_date.",
"html_description":"<td>Amount of time in seconds the poll will be active after creation, 5-2628000. Can't be used together with <em>close_date</em>.</td>",
"rst_description":"Amount of time in seconds the poll will be active after creation, 5-2628000. Can't be used together with *close_date*.\n",
"description":"Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 2628000 seconds in the future. Can't be used together with open_period.",
"html_description":"<td>Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 2628000 seconds in the future. Can't be used together with <em>open_period</em>.</td>",
"rst_description":"Point in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 2628000 seconds in the future. Can't be used together with *open_period*.\n",
"description":"Description of the poll to be sent, 0-1024 characters after entities parsing",
"html_description":"<td>Description of the poll to be sent, 0-1024 characters after entities parsing</td>",
"rst_description":"Description of the poll to be sent, 0-1024 characters after entities parsing\n",
"name":"description"
},
{
"type":"String",
"required":false,
"description":"Mode for parsing entities in the poll description. See formatting options for more details.",
"html_description":"<td>Mode for parsing entities in the poll description. See <a href=\"#formatting-options\">formatting options</a> for more details.</td>",
"rst_description":"Mode for parsing entities in the poll description. See `formatting options <https://core.telegram.org/bots/api#formatting-options>`_ for more details.\n",
"name":"description_parse_mode"
},
{
"type":"Array of MessageEntity",
"required":false,
"description":"A JSON-serialized list of special entities that appear in the poll description, which can be specified instead of description_parse_mode",
"html_description":"<td>A JSON-serialized list of special entities that appear in the poll description, which can be specified instead of <em>description_parse_mode</em></td>",
"rst_description":"A JSON-serialized list of special entities that appear in the poll description, which can be specified instead of *description_parse_mode*\n",
"description":"Sends the message silently. Users will receive a notification with no sound.",
"html_description":"<td>Sends the message <a href=\"https://telegram.org/blog/channels-2-0#silent-messages\">silently</a>. Users will receive a notification with no sound.</td>",
"rst_description":"Sends the message `silently <https://telegram.org/blog/channels-2-0#silent-messages>`_. Users will receive a notification with no sound.\n",
"name":"disable_notification"
},
{
"type":"Boolean",
"required":false,
"description":"Protects the contents of the sent message from forwarding and saving",
"html_description":"<td>Protects the contents of the sent message from forwarding and saving</td>",
"rst_description":"Protects the contents of the sent message from forwarding and saving\n",
"description":"Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance",
"html_description":"<td>Pass <em>True</em> to allow up to 1000 messages per second, ignoring <a href=\"https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once\">broadcasting limits</a> for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance</td>",
"rst_description":"Pass :code:`True` to allow up to 1000 messages per second, ignoring `broadcasting limits <https://core.telegram.org/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once>`_ for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance\n",
"description":"Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user",
"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 a 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 a reply keyboard or to force a reply from the user\n",