Trait TDTMeUrlType

Source
pub trait TDTMeUrlType: Debug + RObject { }
Expand description

Describes the type of a URL linking to an internal Telegram entity

Implementations on Foreign Types§

Source§

impl<'a, TMEURLTYPE: TDTMeUrlType> TDTMeUrlType for &'a TMEURLTYPE

Source§

impl<'a, TMEURLTYPE: TDTMeUrlType> TDTMeUrlType for &'a mut TMEURLTYPE

Implementors§