Open Hylance opened 6 years ago
I want to build a telegram bot to send a message to a super group every couple of hours. Anyone has any idea how to realize that feature?
In my opinion you can use the Tick-Event to measure the time. After an hour you send to the Group and save the last time you send to the Group. And so on... You must know the id of the Group.
https://github.com/mullwar/telebot/issues/125
i have done implement this functionality using node-cron same like #125
I want to build a telegram bot to send a message to a super group every couple of hours. Anyone has any idea how to realize that feature?