There is a bot in the Telegram, with what query can I get a list of all the messages in a group or channel?
As I understand, requests of the form:
https://api.telegram.org/bot_token/getUpdates?chat_id=@chat
They allow you to get only updates, and how to get a complete list of posts using only the Bot API?