vuminhit
vuminhit
Join public group by name ``` TLFound dialogs = await client.SearchUserAsync("groupusername"); TLChannel chan = dialogs.Chats.Where(c => c.GetType() == typeof(TLChannel)) .Cast() .FirstOrDefault(c => c.Username == ("groupusername")); var request = new TLRequestJoinChannel()...
> ``` > Exception ex.message=="This Account has Cloud Password." > { > TLPassword result1 = await client.GetPasswordSetting(new CancellationToken()); > usenboard = await client.MakeAuthWithPasswordAsync(result1, "Enter Cloud Password", new CancellationToken()); > }...
Thanks, @MiffOttah . It works
@skvoshiz I have the same problem. Do you have the solution to solve this?
@mostafa8026 I have tried [StarkSoft](https://github.com/meebey/starksoftproxy) with Socks5ProxyClient but not working so i want to try HttpProxyClient but HttpProxyClient not support http proxy with username and password. Is StarkSoft working with...
@PhilAsCoder Where I can find TLgenerator? Thanks!