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 {