Type alias ServerDocumentMessage

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

Type declaration

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

Generated using TypeDoc