From 9cf2fc949eb5d56fe8357a43011c8af7fc84b2b9 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 28 Mar 2026 22:15:28 +0000 Subject: [PATCH] fix bot api --- bots/api/TYPES.md | 1 + packages/simplex-chat-client/types/typescript/src/types.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/bots/api/TYPES.md b/bots/api/TYPES.md index c1d2cbb4ba..200bc2d769 100644 --- a/bots/api/TYPES.md +++ b/bots/api/TYPES.md @@ -2385,6 +2385,7 @@ Known: - groupLink: string? - groupPreferences: [GroupPreferences](#grouppreferences)? - memberAdmission: [GroupMemberAdmission](#groupmemberadmission)? +- sharedGroupId: string? --- diff --git a/packages/simplex-chat-client/types/typescript/src/types.ts b/packages/simplex-chat-client/types/typescript/src/types.ts index e55904644c..c693fe1888 100644 --- a/packages/simplex-chat-client/types/typescript/src/types.ts +++ b/packages/simplex-chat-client/types/typescript/src/types.ts @@ -2674,6 +2674,7 @@ export interface GroupProfile { groupLink?: string groupPreferences?: GroupPreferences memberAdmission?: GroupMemberAdmission + sharedGroupId?: string } export interface GroupRelay {