Skip to main content

attach_chat_file

Function attach_chat_file 

Source
pub fn attach_chat_file(
    storage_root: &Path,
    session_id: &str,
    source_path: &Path,
    sharing: ChatFileSharing,
) -> Result<AttachChatFileResult, String>