Class: Telegram::Message
- Inherits:
-
Struct
- Object
- Struct
- Telegram::Message
- Defined in:
- lib/telegram/events.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#from_type ⇒ Object
Returns the value of attribute from_type.
-
#raw_from ⇒ Object
Returns the value of attribute raw_from.
-
#raw_to ⇒ Object
Returns the value of attribute raw_to.
-
#text ⇒ Object
Returns the value of attribute text.
-
#to ⇒ Object
Returns the value of attribute to.
-
#to_type ⇒ Object
Returns the value of attribute to_type.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def from @from end |
#from_type ⇒ Object
Returns the value of attribute from_type
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def from_type @from_type end |
#raw_from ⇒ Object
Returns the value of attribute raw_from
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def raw_from @raw_from end |
#raw_to ⇒ Object
Returns the value of attribute raw_to
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def raw_to @raw_to end |
#text ⇒ Object
Returns the value of attribute text
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def text @text end |
#to ⇒ Object
Returns the value of attribute to
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def to @to end |
#to_type ⇒ Object
Returns the value of attribute to_type
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def to_type @to_type end |
#type ⇒ Object
Returns the value of attribute type
18 19 20 |
# File 'lib/telegram/events.rb', line 18 def type @type end |