Merge pull request #86 from simoleo89/feat/mentions-packets

feat(mentions): mention packets (received / list / request / mark-read / delete)
This commit is contained in:
DuckieTM
2026-06-03 09:48:56 +02:00
committed by GitHub
18 changed files with 282 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;