send a poll in telethon telegram bot – Telegram API
How can i send a poll? I am trying the following code but it returns no error and the poll is not sent: from typing import Optional from telethon.sync import TelegramClient from telethon.tl.types import * from telethon.tl.functions.messages import * def…