Class: Telegram::Bot::Types::Update

Inherits:
Base
  • Object
show all
Defined in:
lib/telegram/bot/types/update.rb

Instance Method Summary collapse

Methods included from PatternMatching

#deconstruct_keys

Methods included from Compactable

#to_compact_hash, #to_json

Instance Method Details

#current_messageObject



23
24
25
26
# File 'lib/telegram/bot/types/update.rb', line 23

def current_message
  @current_message ||=
    Hash[*attributes.find { |k, v| k != :update_id && v }].values.first
end