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;
    }
    • Optional caption?: string
    • id: string
    • mime_type: string
    • sha256: string
  • type: "image"

Generated using TypeDoc