How to get the latest/new messages from Telegram API
I am trying to get the latest messages from the Telegram API (NOT bot API). I'm currently using messages.getHistory but that returns all messages from the beginning. If I get new messages (since I sign in) that would also be…