feat(mentions): add MentionReceived/MentionsList packets + parsers and composers

This commit is contained in:
simoleo89
2026-05-31 21:38:46 +02:00
parent e1c65ad5ac
commit 2b32ffa990
17 changed files with 258 additions and 0 deletions
@@ -3,6 +3,10 @@ export class IncomingHeader
// These packets do not belong to this revision, so these are custom packet ids
public static AREA_HIDE = 6001;
// MENTIONS
public static MENTION_RECEIVED = 4801;
public static MENTIONS_LIST = 4802;
// Original packets
public static ACHIEVEMENT_LIST = 305;
public static AUTHENTICATED = 2491;