What is this "private api"? Can it be accesed in any way?That's not possible with the BOT-API. With private API you can achieve it tho.
Ok, I see there's a Bot Api and old Telegram Api. I did not notice this. Could be that the method you are talking about isWhat is this "private api"? Can it be accesed in any way?
Thanks in advance.
It seems this won't be of use, because what I wanted is to simulate chat conversations in telegrams with bots. Let them mark messages as read, etc... With the Private Api, you can call this readHistory method but only for a user with a phone number registered, etc... this is why I wanted to do it with bots.Ok, I see there's a Bot Api and old Telegram Api. I did not notice this. Could be that the method you are talking about is
messages.readHistory?
Cheers.