minor changes

This commit is contained in:
Wizou 2022-06-14 00:58:51 +02:00
parent 6aef50db85
commit 33a2fb02c1
5 changed files with 6 additions and 6 deletions

Binary file not shown.

View file

@ -23,7 +23,7 @@ namespace WTelegramClientTest
Client.Update += Client_Update;
My = await Client.LoginUserIfNeeded();
Users[My.id] = My;
// Note that on login Telegram may sends a bunch of updates/messages that happened in the past and were not acknowledged
// Note: on login, Telegram may sends a bunch of updates/messages that happened in the past and were not acknowledged
Console.WriteLine($"We are logged-in as {My.username ?? My.first_name + " " + My.last_name} (id {My.id})");
// 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

Binary file not shown.