Type Alias ServerImageMessage
ServerImageMessage: {
image: {
caption?: string;
id: string;
mime_type: string;
sha256: string;
};
type: "image";
}
Type declaration
image: { caption?: string; id: string; mime_type: string; sha256: string }
type: "image"