class TelegramBot::InputContactMessageContent
Defined in:
telegram_bot/types/input_contact_message_content.crConstant 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)
#