Telegram Bot: Callback When a Message is Read

I am curious whether the Telegram Bot API supports triggering a webhook callback when a recipient views a message from the bot. The available documentation does not mention such functionality, and I haven’t been able to locate any guidelines or workarounds to implement this feature. Is there an alternative method or a setting that could enable a read event callback? Any insights or suggestions on how to achieve this would be greatly appreciated.

i dont think its possible rn. the telegram bot api doesnt support a message read callback, so no workaround here. you might need to design a custom check if thats really necessary, but nothing is built in atm.