class TelegramBot::Contact
- TelegramBot::Contact
- Reference
- Object
Defined in:
telegram_bot/types/contact.crConstructors
Instance Method Summary
- #first_name : String
- #first_name=(_first_name : String)
- #last_name : String | Nil
- #last_name=(_last_name : String | Nil)
- #phone_number : String
- #phone_number=(_phone_number : String)
- #to_json(json : JSON::Builder)
- #user_id : Int32 | Nil
- #user_id=(_user_id : Int32 | Nil)