Skip to main content

sync_batch

Function sync_batch 

Source
pub async fn sync_batch(
    client: &Client,
    archive_path: &PathBuf,
    config: &ChatSyncConfig,
    host_tag: &str,
    offset: u64,
) -> Result<Option<ChatSyncBatch>>