Create Telegram Poll handler #267
Labels
help wanted
Anyone is welcome to help us with this!
new change
Adds new capabilities or functionality
Telegram
Issues relating to Telegram bridge
Milestone
Summary
Add a handler for Poll message objects sent from Telegram
Background
Is your feature request related to a problem? Please describe:
Telegram users can create interactive polls to send in groups. When a poll is created and sent, nothing is sent over to IRC.
Describe the solution you'd like:
A TeleIRC v2.x.x version should handle Telegram Polls. IRC users should receive the question text and option text. Obviously there is no way for IRC users to respond to a Telegram Poll.
Describe alternatives you've considered:
We could come up with logic for IRC users to respond to polls via the Telegram API by using
/commands
from IRC, but first let's get a basic handler implemented in the same way we are approaching Documents (#248).Details
\n
"Option 1: Tea"\n
"Option 2: Coffee"Outcome
Better user experience for IRC users when Telegram users create interactive content not compatible with IRC
The text was updated successfully, but these errors were encountered: