pub async fn thread_create(
    client: &ApiClient,
    notebook_id: Base64Uuid,
    payload: NewThread
) -> Result<Thread>
Expand description

Creates a new comment thread in a notebook