github.com/gotd/td/tg.URLAuthResultBox.UrlAuthResult (field)
8 uses
github.com/gotd/td/tg (current package)
tl_messages_accept_url_auth_gen.go#L411: return result.UrlAuthResult, nil
tl_messages_request_url_auth_gen.go#L376: return result.UrlAuthResult, nil
tl_server_gen.go#L4644: return &URLAuthResultBox{UrlAuthResult: response}, nil
tl_server_gen.go#L4661: return &URLAuthResultBox{UrlAuthResult: response}, nil
tl_url_auth_result_gen.go#L581: UrlAuthResult URLAuthResultClass
tl_url_auth_result_gen.go#L593: b.UrlAuthResult = v
tl_url_auth_result_gen.go#L599: if b == nil || b.UrlAuthResult == nil {
tl_url_auth_result_gen.go#L602: return b.UrlAuthResult.Encode(buf)
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. |