Struct telegram::schema::contacts::importContacts []

pub struct importContacts {
    pub contacts: Vec<InputContact>,
    pub replace: bool,
}

Fields

Trait Implementations

impl Debug for importContacts
[src]

Formats the value using the given formatter.

impl Serialize for importContacts

Serialize to the passed buffer.