Struct telegram_bot::types::Contact [−][src]
Telegram type "Contact" (directly mapped)
Fields
phone_number: String
first_name: String
last_name: Option<String>
user_id: Option<Integer>
Trait Implementations
impl Decodable for Contact
[src]
[+]
impl Decodable for Contact
impl Debug for Contact
[src]
[+]
impl Debug for Contact
impl PartialEq for Contact
[src]
[+]
impl PartialEq for Contact
impl Clone for Contact
[src]
[+]
impl Clone for Contact
impl Encodable for Contact
[src]
[+]
impl Encodable for Contact