You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
A feature to allow users to sit back and let the bot to send the created poll into the destination group chat periodically, automatically.
Use Case
Sometimes, the event in which is being polled is recurring, so users often have to create a new poll and send to the group over and over again. It would be great to have a feature for the bot to automatically send the poll into the group periodically (e.g. weekly), unless the user cancels it.
Proposed Solution
Consider using solutions such as cron job in Google App Engine to periodically trigger the send-message handler logic. Also have a command to ask if user want the poll to be sent periodically, when and how frequent to send, and an inline button to cancel the scheduler.
Potential Challenges
Not sure if the bot has to be added into the group to retrieve the group chat id or is it sufficient to let the user forward a message to the group chat and let the bot capture the group chat id in the response object.
The text was updated successfully, but these errors were encountered:
Overview
A feature to allow users to sit back and let the bot to send the created poll into the destination group chat periodically, automatically.
Use Case
Sometimes, the event in which is being polled is recurring, so users often have to create a new poll and send to the group over and over again. It would be great to have a feature for the bot to automatically send the poll into the group periodically (e.g. weekly), unless the user cancels it.
Proposed Solution
Consider using solutions such as cron job in Google App Engine to periodically trigger the send-message handler logic. Also have a command to ask if user want the poll to be sent periodically, when and how frequent to send, and an inline button to cancel the scheduler.
Potential Challenges
Not sure if the bot has to be added into the group to retrieve the group chat id or is it sufficient to let the user forward a message to the group chat and let the bot capture the group chat id in the response object.
The text was updated successfully, but these errors were encountered: