Class: MTProto::Updates::Parser::Difference
- Inherits:
-
Struct
- Object
- Struct
- MTProto::Updates::Parser::Difference
- Defined in:
- lib/mtproto/updates/parser.rb
Instance Attribute Summary collapse
-
#channel_too_long ⇒ Object
Returns the value of attribute channel_too_long.
-
#chats ⇒ Object
Returns the value of attribute chats.
-
#date ⇒ Object
Returns the value of attribute date.
-
#events ⇒ Object
Returns the value of attribute events.
-
#final ⇒ Object
Returns the value of attribute final.
-
#pts ⇒ Object
Returns the value of attribute pts.
-
#qts ⇒ Object
Returns the value of attribute qts.
-
#seq ⇒ Object
Returns the value of attribute seq.
-
#type ⇒ Object
Returns the value of attribute type.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Attribute Details
#channel_too_long ⇒ Object
Returns the value of attribute channel_too_long
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def channel_too_long @channel_too_long end |
#chats ⇒ Object
Returns the value of attribute chats
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def chats @chats end |
#date ⇒ Object
Returns the value of attribute date
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def date @date end |
#events ⇒ Object
Returns the value of attribute events
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def events @events end |
#final ⇒ Object
Returns the value of attribute final
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def final @final end |
#pts ⇒ Object
Returns the value of attribute pts
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def pts @pts end |
#qts ⇒ Object
Returns the value of attribute qts
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def qts @qts end |
#seq ⇒ Object
Returns the value of attribute seq
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def seq @seq end |
#type ⇒ Object
Returns the value of attribute type
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def type @type end |
#users ⇒ Object
Returns the value of attribute users
39 40 41 |
# File 'lib/mtproto/updates/parser.rb', line 39 def users @users end |