mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
group disappearing messages fix + state maintain
This commit is contained in:
@@ -18,6 +18,7 @@ export interface GroupMetadata {
|
||||
announce?: 'true' | 'false'
|
||||
// Baileys modified array
|
||||
participants: GroupParticipant[]
|
||||
ephemeralDuration?: number
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ export type MiscMessageGenerationOptions = {
|
||||
/** disappearing messages settings */
|
||||
ephemeralOptions?: {
|
||||
expiration: number | string
|
||||
eph_setting_ts: number | string
|
||||
eph_setting_ts?: number | string
|
||||
}
|
||||
}
|
||||
export type MessageGenerationOptionsFromContent = MiscMessageGenerationOptions & {
|
||||
|
||||
Reference in New Issue
Block a user