Class: Telegram::Bot::Types::Update
- Defined in:
- lib/telegram/bot/types/update.rb
Instance Method Summary collapse
Methods included from PatternMatching
Methods included from Compactable
Instance Method Details
#current_message ⇒ Object
33 34 35 36 |
# File 'lib/telegram/bot/types/update.rb', line 33 def @current_message ||= Hash[*attributes.find { |k, v| k != :update_id && v }].values.first end |