mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-06 06:53:47 +00:00
Fix crash on Gzipped Vector result
This commit is contained in:
parent
741422e17f
commit
8c271f50f6
4 changed files with 7 additions and 5 deletions
|
|
@ -25,8 +25,10 @@ namespace WTelegramClientTest
|
|||
// We collect all infos about the users/chats so that updates can be printed with their names
|
||||
var dialogs = await Client.Messages_GetAllDialogs(); // dialogs = groups/channels/users
|
||||
dialogs.CollectUsersChats(Manager.Users, Manager.Chats);
|
||||
|
||||
Console.ReadKey();
|
||||
}
|
||||
} // WTelegram.Client gets disposed when exiting this scope
|
||||
|
||||
//Manager.SaveState("Updates.state"); // if you want to resume missed updates on the next run (see WithUpdateManager above)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue