Send a native poll to a Telegram chat using the Bot API.
typePoll type, defaults to 'regular'.
chat_idRequiredUnique identifier for the target chat or username of the target channel
optionsRequiredarrayA list of answer options, 2-10 strings 1-100 characters each
questionRequiredstringPoll question, 1-300 characters
is_closedbooleanPass True, if the poll needs to be immediately closed. This can be useful for poll preview.
close_dateintegerPoint in time (Unix timestamp) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can't be used together with open_period.
explanationstringText 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
open_periodintegerAmount of time in seconds the poll will be active after creation, 5-600. Can't be used together with close_date.
is_anonymousbooleanTrue, if the poll needs to be anonymous, defaults to True
reply_markupstringJSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user
correct_option_idinteger0-based identifier of the correct answer option, required for polls in quiz mode
reply_to_message_idintegerIf the message is a reply, ID of the original message
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.