Enum telegram::schema::contacts::Contacts []

pub enum Contacts {
    contactsNotModified,
    contacts {
        contacts: Vec<Contact>,
        users: Vec<User>,
    },
}

Variants

Fields of contacts

Trait Implementations

impl Debug for Contacts
[src]

Formats the value using the given formatter.

impl Serialize for Contacts

Serialize to the passed buffer.