Method: TelegramBot::Update#to_s

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

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



397
398
399
# File 'lib/telegram-bot/models/update.rb', line 397

def to_s
  to_hash.to_s
end