Class: MTProto::Updates::Parser::Difference

Inherits:
Struct
  • Object
show all
Defined in:
lib/mtproto/updates/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channel_too_longObject

Returns the value of attribute channel_too_long

Returns:

  • (Object)

    the current value of channel_too_long



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def channel_too_long
  @channel_too_long
end

#chatsObject

Returns the value of attribute chats

Returns:

  • (Object)

    the current value of chats



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def chats
  @chats
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def date
  @date
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def events
  @events
end

#finalObject

Returns the value of attribute final

Returns:

  • (Object)

    the current value of final



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def final
  @final
end

#ptsObject

Returns the value of attribute pts

Returns:

  • (Object)

    the current value of pts



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def pts
  @pts
end

#qtsObject

Returns the value of attribute qts

Returns:

  • (Object)

    the current value of qts



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def qts
  @qts
end

#seqObject

Returns the value of attribute seq

Returns:

  • (Object)

    the current value of seq



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def seq
  @seq
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def type
  @type
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



39
40
41
# File 'lib/mtproto/updates/parser.rb', line 39

def users
  @users
end