Image data associated with a message or response.
ImgData
The unique identifier for the image.
The base64 encoded image data.
const imgExample: ImgData = { id: 1, data: 'base64image'}; Copy
const imgExample: ImgData = { id: 1, data: 'base64image'};
Image data associated with a message or response.
ImgData
Param: id
The unique identifier for the image.
Param: data
The base64 encoded image data.
Example