group disappearing messages fix + state maintain

This commit is contained in:
Adhiraj Singh
2021-08-04 17:19:28 +05:30
parent b5ee036ae9
commit 39a6d804e1
4 changed files with 15 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ export interface GroupMetadata {
announce?: 'true' | 'false'
// Baileys modified array
participants: GroupParticipant[]
ephemeralDuration?: number
}