Struct telegram::schema::Contact []

pub struct Contact {
    pub user_id: i32,
    pub mutual: bool,
}

Fields

Trait Implementations

impl Debug for Contact
[src]

Formats the value using the given formatter.

impl Serialize for Contact

Serialize to the passed buffer.