feat(messenger): read-receipt packets (MarkConsoleRead + ConsoleReadReceipt)

This commit is contained in:
simoleo89
2026-06-02 20:03:32 +02:00
parent 4774eeeae9
commit 9a678b04fb
10 changed files with 98 additions and 1 deletions
@@ -113,6 +113,7 @@ export class IncomingHeader
public static MESSENGER_REQUESTS = 280;
public static MESSENGER_SEARCH = 973;
public static MESSENGER_UPDATE = 2800;
public static CONSOLE_READ_RECEIPT = 4086;
public static MODERATION_REPORT_DISABLED = 1651;
public static MODERATION_TOOL = 2696;
public static MODERATION_USER_INFO = 2866;