mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Chat ordering update
This commit is contained in:
@@ -207,7 +207,7 @@ export interface WAChat {
|
||||
name?: string
|
||||
|
||||
// Baileys added properties
|
||||
messages: KeyedDB<WAMessage>
|
||||
messages: KeyedDB<WAMessage, number>
|
||||
imgUrl?: string
|
||||
}
|
||||
export enum WAMetric {
|
||||
|
||||
Reference in New Issue
Block a user