mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: add support to ptvMessage in sendMessage method (#738)
* add support to ptvMessage in sendMessage method * fix(ptv-sendmessage): Eslint --------- Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
@@ -116,6 +116,8 @@ export type AnyMediaMessageContent = (
|
||||
caption?: string
|
||||
gifPlayback?: boolean
|
||||
jpegThumbnail?: string
|
||||
/** if set to true, will send as a `video note` */
|
||||
ptv?: boolean
|
||||
} & Mentionable & Contextable & Buttonable & Templatable & WithDimensions)
|
||||
| {
|
||||
audio: WAMediaUpload
|
||||
|
||||
Reference in New Issue
Block a user