@prologic@twtxt.net actually, Telegram approach for bots is pretty good, you can handle them in two ways:
- Fetch new posts and handle them in batch with scheduled loops or with long pooling
- Register a webhook and handle a POST endpoint and do what you want in it, this for everything posts separately
For Yarn the rest can be done with the existing API on a special bot user.