Skip to main content

Type Alias: URLGenerationOptions

URLGenerationOptions: object

Defined in: src/Utils/link-preview.ts:19

Type declaration

fetchOpts

fetchOpts: object

fetchOpts.headers?

optional headers: AxiosRequestConfig<{}>["headers"]

fetchOpts.proxyUrl?

optional proxyUrl: string

fetchOpts.timeout

timeout: number

Timeout in ms

logger?

optional logger: ILogger

thumbnailWidth

thumbnailWidth: number

uploadImage?

optional uploadImage: WAMediaUploadFunction