OpenTl / OpenTl.ClientApi

The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram
MIT License
80 stars 22 forks source link

Bug Report In MessageService.GetUserDialogsAsync() #41

Open tabakhian opened 5 years ago

tabakhian commented 5 years ago

if user dialog count be lower than what we pass to GetUserDialogsAsync() as limit parameter, it raise error below : image

default value of limit is 100, so if you don't pass limit to GetUserDialogsAsync() and don't know that user dialog count is lower than 100(in many cases it will happen), you will face a weird error. thank you for your great work in this library