This commit is contained in:
Alex 2026-07-25 22:59:25 +02:00
commit 009173a97d
Signed by: alex
SSH key fingerprint: SHA256:D1+Ub8o0v4K5y1JNivW8IxEOelqLSvPmUzBbDIoZkRQ
49 changed files with 1788 additions and 389 deletions

View file

@ -149,6 +149,9 @@ type_maps:
MessageReactionRemove: 147
MessageReactionLive: 148
MessageDeleteLive: 150
ClientStateSync: 151
ClientStateAck: 152
StateSubscribe: 153
DataTypes:
ErrorType: 32
ErrorProtocol: 33
@ -267,3 +270,9 @@ type_maps:
Reactions: 156
Reaction: 157
ReplyId: 158
CacheValid: 159
CacheSchemaVersion: 160
SyncMode: 161
MessageId: 162
DeletedMessageIds: 163
DeletedContactIds: 164