From 5dbf04cc4bb1b5db70e7ad5636307dbdd8d04fc3 Mon Sep 17 00:00:00 2001 From: Mohammed S Date: Tue, 14 May 2024 12:58:22 +0530 Subject: [PATCH] fix: added visibility --- packages/restapi/src/lib/chat/getChatInfo.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/restapi/src/lib/chat/getChatInfo.ts b/packages/restapi/src/lib/chat/getChatInfo.ts index d006b0aa0..9b31b5086 100644 --- a/packages/restapi/src/lib/chat/getChatInfo.ts +++ b/packages/restapi/src/lib/chat/getChatInfo.ts @@ -9,7 +9,8 @@ import { axiosGet } from '../utils/axiosUtil'; export interface ChatInfoResponse { meta: { group: boolean; - encryption: boolean; + encrypted: boolean; + visibility: boolean; groupInfo: { public: boolean; };