class TelegramBot::Contact

Public Class Methods

hash_key_aliases() click to toggle source
# File lib/telegram_bot/contact.rb, line 10
def self.hash_key_aliases
  {
    :id => :user_id
  }
end