Class: MTProto::TL::GetUsers

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

Instance Method Summary collapse

Methods included from Binary

#b_u32, #b_u64, #u32_b, #u64_b

Instance Method Details

#serializeObject



8
9
10
11
12
13
# File 'lib/mtproto/tl/objects/get_users.rb', line 8

def serialize
  u32_b(Constructors::USERS_GET_USERS) +
    u32_b(Constructors::VECTOR) +
    u32_b(1) +
    u32_b(Constructors::INPUT_USER_SELF)
end