Enum rust_tdlib::types::TMeUrlType [−][src]
pub enum TMeUrlType { ChatInvite(TMeUrlTypeChatInvite), StickerSet(TMeUrlTypeStickerSet), Supergroup(TMeUrlTypeSupergroup), User(TMeUrlTypeUser), // some variants omitted }
Expand description
Describes the type of a URL linking to an internal Telegram entity
Variants
ChatInvite(TMeUrlTypeChatInvite)
A chat invite link
StickerSet(TMeUrlTypeStickerSet)
A URL linking to a sticker set
Supergroup(TMeUrlTypeSupergroup)
A URL linking to a public supergroup or channel
User(TMeUrlTypeUser)
A URL linking to a user
Implementations
Trait Implementations
Performs the conversion.
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TMeUrlType
impl Send for TMeUrlType
impl Sync for TMeUrlType
impl Unpin for TMeUrlType
impl UnwindSafe for TMeUrlType
Blanket Implementations
Mutably borrows from an owned value. Read more