Method: TelegramBot::InputContactMessageContent.openapi_types

Defined in:
lib/telegram-bot/models/input_contact_message_content.rb

.openapi_typesObject

Attribute type mapping.



47
48
49
50
51
52
53
54
# File 'lib/telegram-bot/models/input_contact_message_content.rb', line 47

def self.openapi_types
  {
    :'phone_number' => :'String',
    :'first_name' => :'String',
    :'last_name' => :'String',
    :'vcard' => :'String'
  }
end