Method: TelegramBot::ChatBoost.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



32
33
34
35
36
37
38
39
# File 'lib/telegram-bot/models/chat_boost.rb', line 32

def self.attribute_map
  {
    :'boost_id' => :'boost_id',
    :'add_date' => :'add_date',
    :'expiration_date' => :'expiration_date',
    :'source' => :'source'
  }
end