diff --git a/src/Types/Chat.ts b/src/Types/Chat.ts index e47d491..f51f86f 100644 --- a/src/Types/Chat.ts +++ b/src/Types/Chat.ts @@ -48,7 +48,7 @@ export type WAPatchCreate = { operation: proto.SyncdMutation.SyncdMutationSyncdOperation } -export type Chat = Omit & { +export type Chat = proto.IConversation & { /** unix timestamp of date when mute ends, if applicable */ mute?: number | null /** timestamp of when pinned */