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; };