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 {