mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: add back "messages" to chat
This commit is contained in:
@@ -48,7 +48,7 @@ export type WAPatchCreate = {
|
|||||||
operation: proto.SyncdMutation.SyncdMutationSyncdOperation
|
operation: proto.SyncdMutation.SyncdMutationSyncdOperation
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Chat = Omit<proto.IConversation, 'messages'> & {
|
export type Chat = proto.IConversation & {
|
||||||
/** unix timestamp of date when mute ends, if applicable */
|
/** unix timestamp of date when mute ends, if applicable */
|
||||||
mute?: number | null
|
mute?: number | null
|
||||||
/** timestamp of when pinned */
|
/** timestamp of when pinned */
|
||||||
|
|||||||
Reference in New Issue
Block a user