class TelegramBot::InputContactMessageContent

Included Modules

Defined in:

telegram_bot/types/input_contact_message_content.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(phone_number : String, first_name : String, last_name : Nil | String = nil, vcard : Nil | String = nil) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def first_name : String #

def first_name=(first_name : String) #

def last_name : String | Nil #

def last_name=(last_name : String | Nil) #

def phone_number : String #

def phone_number=(phone_number : String) #

def vcard : String | Nil #

def vcard=(vcard : String | Nil) #