Struct telebot::objects::Contact [] [src]

pub struct Contact {
    pub phone_number: String,
    pub first_name: String,
    pub last_name: String,
    pub user_id: Integer,
}

This object represents a phone contact.

Fields

Trait Implementations

impl Debug for Contact
[src]

Formats the value using the given formatter.