Function: extractImageThumb()
extractImageThumb(
bufferOrFilePath
,width
):Promise
<{buffer
:any
;original
: {height
:any
;width
:any
; }; }>
Defined in: src/Utils/messages-media.ts:134
Parameters
bufferOrFilePath
string
| Buffer
<ArrayBufferLike
> | Readable
width
number
= 32
Returns
Promise
<{ buffer
: any
; original
: { height
: any
; width
: any
; }; }>