Merge branch 'multi-device' of https://github.com/adiwajshing/Baileys into multi-device

This commit is contained in:
Adhiraj Singh
2021-12-11 00:17:28 +05:30

View File

@@ -77,7 +77,7 @@ export type AnyMediaMessageContent = (
} & Mentionable & Buttonable & Templatable & WithDimensions) | {
audio: WAMediaUpload
/** if set to true, will send as a `voice note` */
pttAudio?: boolean
ptt?: boolean
/** optionally tell the duration of the audio */
seconds?: number
} | ({