I created chat bot and wrote a simple java application to send https request to
https://api.telegram.org/bot(botcredentials)/sendMessage?chat_id={chatid}&text="+telegramMessage
and it works for my telegram account, I tried to connect some more users to this bot and they can't see any updates (I mean I receive message for myself, but no one else could see them).
Perhaps I should make my bot ?public? Or every user has its own chat_id with my bot?