mirror of
https://github.com/sochix/TLSharp.git
synced 2026-05-07 13:37:50 +00:00
Remove Duplicate Code
Serializer now write constructor 2 times and it makes API request fail
This commit is contained in:
parent
0ff9980cc9
commit
24dd737588
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ namespace TeleSharp.TL
|
|||
}
|
||||
public void Serialize(BinaryWriter writer)
|
||||
{
|
||||
writer.Write(Constructor);
|
||||
SerializeBody(writer);
|
||||
}
|
||||
public void Deserialize(BinaryReader reader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue