Class: MTProto::TL::GetState

Inherits:
Object
  • Object
show all
Includes:
Binary
Defined in:
lib/mtproto/tl/objects/get_state.rb

Instance Method Summary collapse

Methods included from Binary

#b_u32, #b_u64, #u32_b, #u64_b

Instance Method Details

#serializeObject



8
9
10
# File 'lib/mtproto/tl/objects/get_state.rb', line 8

def serialize
  u32_b(Constructors::UPDATES_GET_STATE)
end