steavy29 / Telegram.Net

Telegram (http://telegram.org) client library implemented in C#.
17 stars 6 forks source link

Invalid constructor code D6016D7A: GetDialogs(0, -1) #38

Closed okarpov closed 7 years ago

okarpov commented 7 years ago

Hello,

I get the error every time I run this line of code: var dialogs = await client.GetDialogs(0, -1); the error is: "Invalid constructor code D6016D7A"

Could anyone assist me on it, please?

Thank you

steavy29 commented 7 years ago

fixed