Enum telegram::schema::contacts::ForeignLink []

pub enum ForeignLink {
    foreignLinkUnknown,
    foreignLinkRequested {
        has_phone: bool,
    },
    foreignLinkMutual,
}

Variants

Fields of foreignLinkRequested

Trait Implementations

impl Debug for ForeignLink
[src]

Formats the value using the given formatter.

impl Serialize for ForeignLink

Serialize to the passed buffer.