Represents an image being sent to the Discord API as Image Data https://discord.com/developers/docs/reference#image-data
const image = new ImageURI('./image.png');
The image path
Returns the image mime and base64 data as a formatted string
Generated using TypeDoc
Represents an image being sent to the Discord API as Image Data https://discord.com/developers/docs/reference#image-data