yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.3k stars 1.5k forks source link

scheduled message #993

Closed nopears closed 2 years ago

nopears commented 2 years ago

how can i send a scheduled message by this api

danielperez9430 commented 2 years ago

The Telegram Bots API does not have the same message scheduling function as the native Telegram client (the app you use on your mobile). You will have to handle that manually.

You can use from a task scheduler like node cron or other methods

muhammedfurkan commented 3 months ago

Has there been any development on this issue?