Update README.md

This commit is contained in:
ppanhoto78 2018-01-04 19:40:50 -02:00 committed by GitHub
parent 42ace63b28
commit bf20298109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,6 @@ namespace TLSharpPOC
new MainClass().MainAsync(args).Wait();
}
private readonly Dictionary<int, TLUser> ContactList;
private async Task MainAsync(string[] args)
{
TelegramClient client = null;