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
Hi!
I want to send users scheduled messages once a day, so I'm adding a setTimeout and use bot.api.sendMessage(userId, but in that case I have no possibility to use context and hence i18n...
How can this be solved?
The text was updated successfully, but these errors were encountered:
Hi!
I want to send users scheduled messages once a day, so I'm adding a
setTimeout
and usebot.api.sendMessage(userId
, but in that case I have no possibility to use context and hencei18n
...How can this be solved?
The text was updated successfully, but these errors were encountered: