In telebot send a message to a specific user?
Write bot can't figure out how to make the bot send a message to a specific user
2 answers
bot.send_message(message.from_user.id, "text")
bot.send_message(chat_id, text)
in chat_id write the user id which the bot will send a message
Find more questions by tags TelegramPython