sochix / TLSharp

Telegram client library implemented in C#
1.01k stars 380 forks source link

GetUserDialogsAsync only 101 chats #890

Open SakariHack opened 4 years ago

SakariHack commented 4 years ago

Why when using GetUserDialogsAsync it returns only 101 chat (not the whole list). How to fix it?

dariooo512 commented 4 years ago

Have you tried adding the limit (default is 100)?

await _client.GetUserDialogsAsync(limit:150)