Struct telegram::schema::help::Support []

pub struct Support {
    pub phone_number: String,
    pub user: User,
}

Fields

Trait Implementations

impl Debug for Support
[src]

Formats the value using the given formatter.

impl Serialize for Support

Serialize to the passed buffer.