mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: add missing isAnimated flag (#1767)
This commit is contained in:
@@ -93,6 +93,7 @@ export type AnyMediaMessageContent = (
|
||||
seconds?: number
|
||||
} | ({
|
||||
sticker: WAMediaUpload
|
||||
isAnimated?: boolean
|
||||
} & WithDimensions) | ({
|
||||
document: WAMediaUpload
|
||||
mimetype: string
|
||||
|
||||
Reference in New Issue
Block a user