class TelegramBot::Contact

Defined in:

telegram_bot/types/contact.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def first_name : String #

[View source]
def first_name=(_first_name : String) #

[View source]
def last_name : String | Nil #

[View source]
def last_name=(_last_name : String | Nil) #

[View source]
def phone_number : String #

[View source]
def phone_number=(_phone_number : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def user_id : Int32 | Nil #

[View source]
def user_id=(_user_id : Int32 | Nil) #

[View source]