Struct wdg_telegram_types::Contact [] [src]

pub struct Contact {
    pub _phone_number: String,
    pub _first_name: String,
    pub _last_name: Option<String>,
    pub _user_id: Option<i32>,
}

This object represents a phone contact.

Fields

Contact's phone number

Contact's first name

Optional. Contact's last name

Optional. Contact's user identifier in Telegram