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) #

[View source]
def self.new(pull : 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 vcard : String | Nil #

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

[View source]