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 Compactable

#to_compact_hash

Instance Method Details

#current_messageObject



16
17
18
19
# File 'lib/telegram/bot/types/update.rb', line 16

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