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

[View source]

Instance Method Detail

def first_name : String #

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

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def input_message_content : InputMessageContent | Nil #

[View source]
def input_message_content=(input_message_content : InputMessageContent | Nil) #

[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 reply_markup : InlineKeyboardMarkup | Nil #

[View source]
def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

[View source]
def thumb_height : Int32 | Nil #

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

[View source]
def thumb_url : String | Nil #

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

[View source]
def thumb_width : Int32 | Nil #

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

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def vcard : String | Nil #

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

[View source]