Categories
How to send a message to a specific user in telebot?
I am writing a bot, I can’t figure out how to make the bot send a message to a specific user
Answer the question
In order to leave comments, you need to log in
bot.send_message(chat_id, text) in chat_id you write the id of the user to whom the bot will send a message
bot.send_message(chat_id, text)
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question