I'm looking for a way to send a message to a bot using another bot. I have API of these two bots. The library that I am using is telebot, and with below codes I can send a message to channel or any accounts, but I don't know how can I get chat id of a bot.
bot = telebot.TeleBot(TOKEN)
bot.send_message(yourID, 'your_message')