We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question
Hello. How can the schedule_date flag from the official documentation https://core.telegram.org/method/messages.sendMessage be used in the bot.sendMessage method?
schedule_date
bot.sendMessage
The text was updated successfully, but these errors were encountered:
This example doesn't working:
await bot.sendMessage(activity.target.id, 'result', { // todo - after 1 minutes schedule_date: Math.floor((new Date(new Date().getTime() + 1 * 60000)).getTime() / 1000), })
Sorry, something went wrong.
No branches or pull requests
Hello. How can the
schedule_date
flag from the official documentation https://core.telegram.org/method/messages.sendMessage be used in thebot.sendMessage
method?The text was updated successfully, but these errors were encountered: