TLSharp/TLSharp.Core
Paulo Rogerio Panhoto a69db6ba27 TelegramClient exposes Session as a property so that TLUser can be retrieved by application in case the sign in process is bypassed.
Example code:

                if (client.IsUserAuthorized())
                    user = client.Session.TLUser;
                else
                {
			/* sign in or sign up */
		}
2017-12-27 17:32:27 -02:00
..
Auth Fix spelling of Receive 2016-07-20 08:15:28 +01:00
MTProto Update Everything 2016-09-22 17:01:59 +03:30
Network Generator Must Respect MS .NET API guidelines 2017-11-09 19:37:09 +08:00
Properties TLSharp and Tests 2015-09-28 10:01:17 +08:00
Requests Generator Must Respect MS .NET API guidelines 2017-11-09 19:37:09 +08:00
Utils Generator Must Respect MS .NET API guidelines 2017-11-09 19:37:09 +08:00
packages.config Redesign Everything 2016-09-24 17:08:26 +03:30
Session.cs Modifications to Session and TelegramClient to allow a customised Session object 2017-12-26 15:27:05 -02:00
TelegramClient.cs TelegramClient exposes Session as a property so that TLUser can be retrieved by application in case the sign in process is bypassed. 2017-12-27 17:32:27 -02:00
TLSharp.Core.csproj Added possibility to do ping request (SendPingAsync method) 2016-11-07 02:40:19 +03:00
TLSharp.Core.nuspec another fix 2016-10-29 17:13:28 +03:00