Struct telegram::schema::ContactFound []

pub struct ContactFound {
    pub user_id: i32,
}

Fields

Trait Implementations

impl Debug for ContactFound
[src]

Formats the value using the given formatter.

impl Serialize for ContactFound

Serialize to the passed buffer.