pub type DeleteChatResponse<C> = Result<ApiDeleteChatResponse, <C as ClientApi>::Error>;Aliased Type§
pub enum DeleteChatResponse<C> {
Ok(ApiDeleteChatResponse),
Err(<C as ClientApi>::Error),
}Variants§
Ok(ApiDeleteChatResponse)
Contains the success value
Err(<C as ClientApi>::Error)
Contains the error value