nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.43k stars 474 forks source link

bot can't send message #425

Open adrianeranzi opened 6 years ago

adrianeranzi commented 6 years ago

Whenever I use this "bot.sendMessage(chat_id,'Text Here'). I get an error saying bot can't send messages to bots.

FireRasPi commented 5 years ago

Thats right. A Bot is not able to send a message or something else to another bot. Use the Telegram Cli with a phone number to communicate between two bots.