mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
PTT Audio + Automatic link preview generation + Minor changes
This commit is contained in:
@@ -223,7 +223,11 @@ To note:
|
||||
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)
|
||||
detectLinks: true
|
||||
}
|
||||
```
|
||||
## Forwarding Messages
|
||||
|
||||
Reference in New Issue
Block a user