Method: TelegramBot::GetFile200Response#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



105
106
107
# File 'lib/telegram-bot/models/get_file200_response.rb', line 105

def hash
  [ok, result].hash
end