Class: MTProto::TL::GetPassword
- Inherits:
-
Object
- Object
- MTProto::TL::GetPassword
- Includes:
- Binary
- Defined in:
- lib/mtproto/tl/objects/get_password.rb
Instance Method Summary collapse
Methods included from Binary
#b_u32, #b_u64, #u32_b, #u64_b
Instance Method Details
#serialize ⇒ Object
8 9 10 |
# File 'lib/mtproto/tl/objects/get_password.rb', line 8 def serialize u32_b(Constructors::ACCOUNT_GET_PASSWORD) end |