class TelegramBot::Contact
- TelegramBot::Contact
- Reference
- Object
Included Modules
- JSON::Serializable
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)
- #user_id : Int32 | Nil
- #user_id=(user_id : Int32 | Nil)