Struct telegram::schema::contacts::Found []

pub struct Found {
    pub results: Vec<ContactFound>,
    pub users: Vec<User>,
}

Fields

Trait Implementations

impl Debug for Found
[src]

Formats the value using the given formatter.

impl Serialize for Found

Serialize to the passed buffer.