How do I know that a telegram message has been viewed by the interlocutor – Telegram API
I use WTelgramClient to remind patients about an upcoming doctor's appointment. I am sending a message and I need to make sure that it is read. using var client = new WTelegram.Client(Config); var user = await client.LoginUserIfNeeded(); var contact =…