From 636a145a40a56cc53c8c53b21c8a053666d70abf Mon Sep 17 00:00:00 2001 From: Royhan <60024250+ookamiiixd@users.noreply.github.com> Date: Thu, 3 Mar 2022 21:51:59 +0700 Subject: [PATCH] simple typo (#1311) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33317d0..228e008 100644 --- a/README.md +++ b/README.md @@ -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)