github.com/gotd/td/tg.AuthSendCodeRequest.APIHash (field)
7 uses
github.com/gotd/td/tg (current package)
tl_auth_send_code_gen.go#L50: APIHash string
tl_auth_send_code_gen.go#L76: if !(s.APIHash == "") {
tl_auth_send_code_gen.go#L104: s.APIHash = from.GetAPIHash()
tl_auth_send_code_gen.go#L167: b.PutString(s.APIHash)
tl_auth_send_code_gen.go#L209: s.APIHash = value
tl_auth_send_code_gen.go#L240: return s.APIHash
github.com/gotd/td/telegram/auth
user.go#L82: APIHash: c.appHash,
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. |