mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
simple typo (#1311)
This commit is contained in:
@@ -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),
|
mimetype: Mimetype.pdf, /* (for media messages) specify the type of media (optional for all media types except documents),
|
||||||
import {Mimetype} from '@adiwajshing/baileys'
|
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 */
|
/* will send audio messages as voice notes, if set to true */
|
||||||
ptt: true,
|
ptt: true,
|
||||||
// will detect links & generate a link preview automatically (default true)
|
// will detect links & generate a link preview automatically (default true)
|
||||||
|
|||||||
Reference in New Issue
Block a user