Enum telegram::schema::contacts::MyLink []

pub enum MyLink {
    myLinkEmpty,
    myLinkRequested {
        contact: bool,
    },
    myLinkContact,
}

Variants

Fields of myLinkRequested

Trait Implementations

impl Debug for MyLink
[src]

Formats the value using the given formatter.

impl Serialize for MyLink

Serialize to the passed buffer.