class TelegramBot::InlineQueryResultContact

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_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 id : String #

def id=(id : String) #

def input_message_content : InputMessageContent | Nil #

def input_message_content=(input_message_content : InputMessageContent | Nil) #

def last_name : String | Nil #

def last_name=(last_name : String | Nil) #

def phone_number : String #

def phone_number=(phone_number : String) #

def reply_markup : InlineKeyboardMarkup | Nil #

def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

def thumb_height : Int32 | Nil #

def thumb_height=(thumb_height : Int32 | Nil) #

def thumb_url : String | Nil #

def thumb_url=(thumb_url : String | Nil) #

def thumb_width : Int32 | Nil #

def thumb_width=(thumb_width : Int32 | Nil) #

def type : String #

def type=(type : String) #

def vcard : String | Nil #

def vcard=(vcard : String | Nil) #