Type Alias ServerDocumentMessage

ServerDocumentMessage: {
    document: {
        caption?: string;
        filename: string;
        id: string;
        mime_type: string;
        sha256: string;
    };
    type: "document";
}