simple typo (#1311)

This commit is contained in:
Royhan
2022-03-03 21:51:59 +07:00
committed by GitHub
parent 7f495cf5f1
commit 636a145a40

View File

@@ -487,7 +487,7 @@ const sendMsg = await sock.sendMessage(id, templateMessage)
mimetype: Mimetype.pdf, /* (for media messages) specify the type of media (optional for all media types except documents),
import {Mimetype} from '@adiwajshing/baileys'
*/
filename: 'somefile.pdf', // (for media messages) file name for the media
fileName: 'somefile.pdf', // (for media messages) file name for the media
/* will send audio messages as voice notes, if set to true */
ptt: true,
// will detect links & generate a link preview automatically (default true)