class TelegramBot::InputContactMessageContent
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/input_contact_message_content.crConstructors
- .new(phone_number : String, first_name : String, last_name : Nil | String = nil, vcard : Nil | String = nil)
- .new(pull : JSON::PullParser)
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)
- #vcard : String | Nil
- #vcard=(vcard : String | Nil)
Constructor Detail
def self.new(phone_number : String, first_name : String, last_name : Nil | String = nil, vcard : Nil | String = nil)
#