docs/Util.html
formatImageToWebpSticker(media)formatToWebpSticker(media, metadata)
formatVideoToWebpSticker(media)setFfmpegPath(path)
async static
Formats a image to webp
| Name | Type | Optional | Description |
|---|---|---|---|
media
|
|
| |
Returns
Promise containing MessageMedia
media in webp format
async static
Formats a media to webp
| Name | Type | Optional | Description |
|---|---|---|---|
media
|
|
| | |
metadata
|
|
| |
Returns
Promise containing MessageMedia
media in webp format
async static
Formats a video to webp
| Name | Type | Optional | Description |
|---|---|---|---|
media
|
|
| |
Returns
Promise containing MessageMedia
media in webp format
static
Configure ffmpeg path
| Name | Type | Optional | Description |
|---|---|---|---|
path
|
string
|
| |