class TelegramBot::Contact

Included Modules

Defined in:

telegram_bot/types/contact.cr

Constructors

Instance Method Summary

Constructor Detail

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 user_id : Int32 | Nil #

def user_id=(user_id : Int32 | Nil) #