mtproto-core
mtproto-core copied to clipboard
How to see if a user has read the message
Describe the bug
When using messages.getDialogs, There is a property called unread_count.. That is always zero. How would you get the information on whether or not a user has read the message?
Code example
const dialogs = await this.call('messages.getDialogs',{ offset_peer: { _: "inputUserSelf", } }); return dialogs;
Expected behavior The unread_count to change if the user has read the message
Context:
- Library environment: node
- Library version: "6.1.0"
- Node version (if node environment): 16.13.2