logo
pub type ResponseResult<T> = Result<T, RequestError>;
Expand description

A type that is returned after making a request to Telegram.