const github.com/gotd/td/tg.URLAuthResultDefaultTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L963: 		URLAuthResultDefaultTypeID:                                              "urlAuthResultDefault#a9d6db1f",
		tl_registry_gen.go#L2745: 		"urlAuthResultDefault":                                              URLAuthResultDefaultTypeID,
		tl_registry_gen.go#L4527: 		URLAuthResultDefaultTypeID:                                              func() bin.Object { return &URLAuthResultDefault{} },
		tl_registry_gen.go#L6522: 			URLAuthResultDefaultTypeID,
		tl_url_auth_result_gen.go#L414: const URLAuthResultDefaultTypeID = 0xa9d6db1f
		tl_url_auth_result_gen.go#L450: 	return URLAuthResultDefaultTypeID
		tl_url_auth_result_gen.go#L462: 		ID:   URLAuthResultDefaultTypeID,
		tl_url_auth_result_gen.go#L477: 	b.PutID(URLAuthResultDefaultTypeID)
		tl_url_auth_result_gen.go#L494: 	if err := b.ConsumeID(URLAuthResultDefaultTypeID); err != nil {
		tl_url_auth_result_gen.go#L567: 	case URLAuthResultDefaultTypeID: