← MCP Catalog

create_poll

Create a poll in a chat using Telegram's native poll feature. Args: chat_id: The ID of the chat to send the poll to question: The poll question options: List of answer options (2-10 options) multiple_choice: Whether users can select multiple answers quiz_mode: Whether this is a quiz (has correct answer) public_votes: Whether votes are public close_date: Optional close date in ISO format (YYYY-MM-DD HH:MM:SS)

MCPTelegram AuthorizationPrivate connector · send actions require confirmation
Can change or delete data

Parameters

chat_idinteger · required

questionstring · required

optionsarray · required

multiple_choiceboolean · default false

quiz_modeboolean · default false

public_votesboolean · default true

close_datestring · default null

accountstring · default null