TLSharp/src/TgSharp.TL
Afshin Arani a74f8f2252 Removing constructor double write
In "TLObject.Serialize() -> Serialize(BinaryWriter br) -> SerializeBody"
code path, constructor get written two times instead of once, which
since this code path is currently unused and it's only provided for
completeness, It's undetectable while testing.
2020-09-14 19:02:18 +08:00
..
Properties Rename TeleSharp.TL->TgSharp.TL (2/5) 2020-09-11 17:15:25 +08:00
TL Rename TeleSharp.TL->TgSharp.TL, auto-generating again (3/5) 2020-09-11 17:15:25 +08:00
ObjectDeserializer.cs TgSharp.TL: fix invalid Context type initialization for TLVector 2020-09-13 18:18:28 +08:00
packages.config Rename TeleSharp.TL->TgSharp.TL (2/5) 2020-09-11 17:15:25 +08:00
TgSharp.TL.csproj Rename TeleSharp.TL->TgSharp.TL (2/5) 2020-09-11 17:15:25 +08:00
TLContext.cs TgSharp.TL: fix invalid Context type initialization for TLVector 2020-09-13 18:18:28 +08:00
TLMethod.cs Rename TeleSharp.TL->TgSharp.TL, fixing base types (4/5) 2020-09-11 17:15:25 +08:00
TLObject.cs Removing constructor double write 2020-09-14 19:02:18 +08:00
TLUtils.cs Rename TeleSharp.TL->TgSharp.TL, fixing base types (4/5) 2020-09-11 17:15:25 +08:00
TLVector.cs Rename TeleSharp.TL->TgSharp.TL, fixing base types (4/5) 2020-09-11 17:15:25 +08:00