Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试让一个作为小组成员的机器人根据它收到的某些参数进行投票,而不是由小组的用户自己创建投票。这可能吗?
是的,机器人可以创建投票并将其发送到 Telegram 中的任何地方。
参考python-telegram-bot,这可以用context.bot.send_poll(chat_id, question, options)
python-telegram-bot
context.bot.send_poll(chat_id, question, options)
查看以下文档sendPoll():
sendPoll()
电报机器人 API 文档
python-telegram-bot 文档