type github.com/gotd/td/tg.URLAuthResultBox
7 uses
github.com/gotd/td/tg (current package)
tl_messages_accept_url_auth_gen.go#L406: var result URLAuthResultBox
tl_messages_request_url_auth_gen.go#L371: var result URLAuthResultBox
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#L580: type URLAuthResultBox struct {
tl_url_auth_result_gen.go#L585: func (b *URLAuthResultBox) Decode(buf *bin.Buffer) error {
tl_url_auth_result_gen.go#L598: func (b *URLAuthResultBox) Encode(buf *bin.Buffer) error {
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. |