Method: TelegramBot::ChatPhoto.openapi_types

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

.openapi_typesObject

Attribute type mapping.



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

def self.openapi_types
  {
    :'small_file_id' => :'String',
    :'small_file_unique_id' => :'String',
    :'big_file_id' => :'String',
    :'big_file_unique_id' => :'String'
  }
end