class TelegramBot::InputContactMessageContent

Defined in:

telegram_bot/types/input_contact_message_content.cr

Constant Summary

FIELDS = {phone_number: String, first_name: String, last_name: {type: String, nilable: true}}

Constructors

Constructor Detail

def self.new(phone_number : String, first_name : String, last_name : String | Nil = nil) #

[View source]