Add type for ConversationModel profileAvatar
This commit is contained in:
parent
ed68c34ee2
commit
1f5368742e
1 changed files with 4 additions and 1 deletions
5
ts/model-types.d.ts
vendored
5
ts/model-types.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue