You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

ImageURLOptions

export declare interface ImageURLOptions extends BaseImageURLOptions
export declare interface ImageURLOptions extends BaseImageURLOptions
The options used for image URLs with animated content
extension?:ImageExtension
The extension to use for the image URL
Default value
'webp'
Inherited from BaseImageURLOptions
forceStatic?:boolean
Whether or not to prefer the static version of an image asset.
size?:ImageSize
The size specified in the image URL
Inherited from BaseImageURLOptions