mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-07 07:25:24 +00:00
Fixes
This commit is contained in:
parent
a14dfdc1fe
commit
2ffa954246
9 changed files with 225 additions and 37 deletions
|
|
@ -53,7 +53,11 @@ namespace TeleSharp.TL
|
|||
|
||||
public override void SerializeBody(BinaryWriter bw)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
bw.Write(Constructor);
|
||||
foreach (var item in lists.Cast<TLObject>())
|
||||
{
|
||||
item.SerializeBody(bw);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue