Class: MTProto::TL::Messages::Message
- Inherits:
-
Struct
- Object
- Struct
- MTProto::TL::Messages::Message
- Defined in:
- lib/mtproto/tl/objects/messages.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#from_id ⇒ Object
Returns the value of attribute from_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
8 9 10 |
# File 'lib/mtproto/tl/objects/messages.rb', line 8 def date @date end |
#from_id ⇒ Object
Returns the value of attribute from_id
8 9 10 |
# File 'lib/mtproto/tl/objects/messages.rb', line 8 def from_id @from_id end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/mtproto/tl/objects/messages.rb', line 8 def id @id end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/mtproto/tl/objects/messages.rb', line 8 def text @text end |