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

8 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L848: 		WebAuthorizationTypeID:                                   "webAuthorization#a6f8f452",
		tl_registry_gen.go#L2630: 		"webAuthorization":                                   WebAuthorizationTypeID,
		tl_registry_gen.go#L4412: 		WebAuthorizationTypeID:                                   func() bin.Object { return &WebAuthorization{} },
		tl_web_authorization_gen.go#L63: const WebAuthorizationTypeID = 0xa6f8f452
		tl_web_authorization_gen.go#L144: 	return WebAuthorizationTypeID
		tl_web_authorization_gen.go#L156: 		ID:   WebAuthorizationTypeID,
		tl_web_authorization_gen.go#L208: 	b.PutID(WebAuthorizationTypeID)
		tl_web_authorization_gen.go#L234: 	if err := b.ConsumeID(WebAuthorizationTypeID); err != nil {