WTelegramClient/src
2021-09-27 17:08:22 +02:00
..
Client.cs tcs use RunContinuationsAsynchronously (much better) 2021-09-27 17:07:56 +02:00
Compat.cs Switch to MTProto Intermediate transport protocol (more lightweight/adequate for TCP) 2021-09-17 03:44:52 +02:00
Encryption.cs Support multi-DC sessions 2021-09-23 09:27:52 +02:00
Generator.cs More class inheritance 2021-09-27 00:39:30 +02:00
Helpers.cs Serialize User to Json inside session file to prevent future breaking changes 2021-09-18 07:26:06 +02:00
Helpers.TL.cs Fix issue with session file corruption 2021-09-27 03:20:58 +02:00
Session.cs fix MT issue in session.Save 2021-09-27 17:08:22 +02:00
TL.cs Fix serialization issue with null string. DownloadFileAsync for documents now returns the MIME type (more accurate) 2021-09-27 03:25:28 +02:00
TL.MTProto.cs Convert empty type hierarchies to enums 2021-09-18 02:11:23 +02:00
TL.Schema.cs More class inheritance 2021-09-27 00:39:30 +02:00
TL.Secret.cs BREAKING CHANGE: Introducing inheritAfter which allows for better/simplified (but possibly changed) class hierarchy generation. 2021-09-26 05:07:17 +02:00
TL.Table.cs minor improvements 2021-09-23 09:42:35 +02:00
WTelegramClient.csproj Update callback is now void (or async void) 2021-09-05 01:08:16 +02:00
WTelegramClient.sln Move code to src folder 2021-08-07 06:25:51 +02:00