feat: support caption in document

This commit is contained in:
Adhiraj Singh
2022-11-22 17:18:37 +05:30
parent 704aa1e434
commit 7f2384a058

View File

@@ -106,6 +106,7 @@ export type AnyMediaMessageContent = (
document: WAMediaUpload
mimetype: string
fileName?: string
caption?: string
} & Buttonable & Templatable))
& { mimetype?: string }