Type Alias ServerImageMessage

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