Enum telbot_types::ApiResponse [−][src]
pub enum ApiResponse<T: DeserializeOwned> {
Ok {
result: T,
},
Err(TelegramError),
}Expand description
Api response
Variants
Err(TelegramError)Tuple Fields of Err
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more