prdsrm

Results 3 comments of prdsrm

> Also you can use new `OnSelfError` in https://pkg.go.dev/github.com/gotd/[email protected]/telegram#Options but please note that error on first connect (i.e. before auth) is expected. Thanks! I will test this later. So `OnSelfError`...

Hi! Its not a bug, the phone code is actually empty. Look here: ```go phoneNumber := "+" code, err := authCli.SendCode(ctx, phoneNumber, auth.SendCodeOptions{ AllowAppHash: true, }) ``` You set the...

Yes, it is possible just like @Flipped199 said it. You can also abstract a little bit and use `proxy.FromURL` so, you will be able to mix between SOCKS5 & HTTP/HTTP(s)...