Currently bot needs to be added to a group in order to parse messages.
We can avoid that by switching to inline queries - although, this comes with some downsides, like telegram limitation for a single message - 4096 is a max. Furthermore, it's not possible to send any messages to the chat from which inline query was called, only editing the messages with inline query is allowed.
Thus the requirements are the following:
switch to inline qiery
implement pagination (buttons on inline query message)
Currently bot needs to be added to a group in order to parse messages. We can avoid that by switching to inline queries - although, this comes with some downsides, like telegram limitation for a single message - 4096 is a max. Furthermore, it's not possible to send any messages to the chat from which inline query was called, only editing the messages with inline query is allowed.
Thus the requirements are the following: