sochix / TLSharp

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

How to get channel list? #898

Closed Normandy closed 4 years ago

Normandy commented 4 years ago

#564 - example code for get chats, but its do not working for me

var dialogs = await userClient.GetUserDialogsAsync () as TLDialogs; dialogs value is null

but when i use var dialogs = await userClient.GetUserDialogsAsync(); i have fields with data, but i cant use it

can u help me? :)