Skip to main content

UpdateMessageResponse

Type Alias UpdateMessageResponse 

Source
pub type UpdateMessageResponse<C> = Result<ApiUpdateChatItemResponse, <C as ClientApi>::Error>;

Aliased Type§

pub enum UpdateMessageResponse<C> {
    Ok(ApiUpdateChatItemResponse),
    Err(<C as ClientApi>::Error),
}

Variants§

§1.0.0

Ok(ApiUpdateChatItemResponse)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value