I've been using a Telegram BOT to send notifications for a group, and for users.
I already know i can get Chat ID by receiving a message from the user on my bot, using getUpdates.
I also know i can get Group ID using the same method...
But what i really need is: There is three users in my group.
- My bot.
- Me.
- Another user that didn't sent any messages to my bot so it does not appear on getUpdates
Is it possible to get this third user his ID? PS: I am the group owner, and also added my bot as Admin...
The third user is a normal user. Can someone help me?
Thanks!