Telegram API (NOT Telegram Bot API!) – how to get all messages in entire chat/channel?
I need to grab all messages in a chat. I use C# and the TLSharp library. I authrized, got the token etc. successfully. But when I'm trying to get the messages in a loop, I'm going to an infinite loop.…