class TelegramBot::InputContactMessageContent
Defined in:
telegram_bot/types/input_contact_message_content.crConstant Summary
-
FIELDS =
{phone_number: String, first_name: String, last_name: {type: String, nilable: true}}
Constructors
- .new(phone_number : String, first_name : String, last_name : String | Nil = nil)
- .new(__temp_694 : 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)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(phone_number : String, first_name : String, last_name : String | Nil = nil)
#