mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-06 06:55:06 +00:00
- Update layer to 23
- Start implementing get user by userName
This commit is contained in:
parent
e281f281dd
commit
1dce594e43
6 changed files with 63 additions and 1 deletions
|
|
@ -10966,6 +10966,7 @@ namespace TLSharp.Core.MTProto
|
|||
public override void Read(BinaryReader reader)
|
||||
{
|
||||
this.date = reader.ReadInt32();
|
||||
var expires = reader.ReadInt32();
|
||||
this.test_mode = reader.ReadUInt32() == 0x997275b5;
|
||||
this.this_dc = reader.ReadInt32();
|
||||
reader.ReadInt32(); // vector code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue