feat(shared): pinned-messages list/pin/unpin helpers

This commit is contained in:
byGalax
2026-05-16 17:42:09 +02:00
parent 745b8cd69d
commit 0d30a462b3
3 changed files with 127 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ export * from './groups';
export * from './messages';
export * from './types';
export * from './userKeyMigration';
export * from './pinnedMessages';
// ----- RPC wrappers ---------------------------------------------------------