sochix / TLSharp

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

Сode from telegram #969

Closed SergeyZabiyakin closed 4 years ago

SergeyZabiyakin commented 4 years ago

var hash = await client.SendCodeRequestAsync(""); var code = ""; // you can change code in debugger var user = await client.MakeAuthAsync("", hash, code);

Can I use the library to get the code automatically ?

Laiteux commented 4 years ago

No.