pub trait TDTMeUrlType: Debug + RObject { }Expand description
Describes the type of a URL linking to an internal Telegram entity
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".