mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: handle bad message acks + send retry to all correctly
This commit is contained in:
@@ -93,7 +93,7 @@ export type AnyMediaMessageContent = (
|
||||
seconds?: number
|
||||
} | ({
|
||||
sticker: WAMediaUpload
|
||||
isAnimated?: boolean
|
||||
isAnimated?: boolean
|
||||
} & WithDimensions) | ({
|
||||
document: WAMediaUpload
|
||||
mimetype: string
|
||||
@@ -153,6 +153,8 @@ export type MessageRelayOptions = MinimalRelayOptions & {
|
||||
participant?: string
|
||||
/** additional attributes to add to the WA binary node */
|
||||
additionalAttributes?: { [_: string]: string }
|
||||
/** should we use the devices cache, or fetch afresh from the server; default assumed to be "true" */
|
||||
useUserDevicesCache?: boolean
|
||||
}
|
||||
|
||||
export type MiscMessageGenerationOptions = MinimalRelayOptions & {
|
||||
|
||||
Reference in New Issue
Block a user