pub type RTDError = Error;
pub enum RTDError { Io(Error), SerdeJson(Error), TDLibError(Error), Internal(&'static str), BadRequest(&'static str), }