Function get_thread

Source
pub async fn get_thread(
    configuration: &Configuration,
    id: &str,
) -> Result<Thread, Error<GetThreadError>>