From 594646ac39d986f0787aa614a99d580035a67318 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 27 Jul 2026 17:21:22 +0200 Subject: [PATCH] [Add] Some types... --- type-maps.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/type-maps.yaml b/type-maps.yaml index cedd269..8ad2075 100644 --- a/type-maps.yaml +++ b/type-maps.yaml @@ -111,6 +111,9 @@ type_maps: MessageReactionRemove: 138 MessageReactionLive: 139 MessageDeleteLive: 140 + ClientStateSync: 141 + ClientStateAck: 142 + StateSubscribe: 143 DataTypes: ErrorType: 32 @@ -229,3 +232,9 @@ type_maps: Reactions: 145 Reaction: 146 ReplyId: 147 + CacheValid: 148 + CacheSchemaVersion: 149 + SyncMode: 150 + MessageId: 151 + DeletedMessageIds: 152 + DeletedContactIds: 153