Class: Telegram::Bot::Types::Message

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

Instance Method Summary collapse

Methods included from PatternMatching

#deconstruct_keys

Methods included from Compactable

#to_compact_hash, #to_json

Instance Method Details

#to_sObject



114
115
116
# File 'lib/telegram/bot/types/message.rb', line 114

def to_s
  text.to_s
end