github.com/gotd/td/tg.AuthSignInRequest.PhoneCode (field)
9 uses
github.com/gotd/td/tg (current package)
tl_auth_sign_in_gen.go#L54: PhoneCode string
tl_auth_sign_in_gen.go#L85: if !(s.PhoneCode == "") {
tl_auth_sign_in_gen.go#L114: s.PhoneCode = val
tl_auth_sign_in_gen.go#L170: if !(s.PhoneCode == "") {
tl_auth_sign_in_gen.go#L199: b.PutString(s.PhoneCode)
tl_auth_sign_in_gen.go#L252: s.PhoneCode = value
tl_auth_sign_in_gen.go#L283: s.PhoneCode = value
tl_auth_sign_in_gen.go#L295: return s.PhoneCode, true
github.com/gotd/td/telegram/auth
user.go#L106: PhoneCode: code,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |