diff --git a/ts/model-types.d.ts b/ts/model-types.d.ts index 590f200fbe..b0e824e212 100644 --- a/ts/model-types.d.ts +++ b/ts/model-types.d.ts @@ -203,7 +203,10 @@ export type ConversationAttributesType = { messageCountBeforeMessageRequests?: number | null; messageRequestResponseType?: number; muteExpiresAt?: number; - profileAvatar?: WhatIsThis; + profileAvatar?: null | { + hash: string; + path: string; + }; profileKeyCredential?: string | null; profileKeyVersion?: string | null; quotedMessageId?: string | null;