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

10 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L1125: const AuthSentCodeTypeSetUpEmailRequiredTypeID = 0xa5491dea
		tl_auth_sent_code_type_gen.go#L1179: 	return AuthSentCodeTypeSetUpEmailRequiredTypeID
		tl_auth_sent_code_type_gen.go#L1191: 		ID:   AuthSentCodeTypeSetUpEmailRequiredTypeID,
		tl_auth_sent_code_type_gen.go#L1227: 	b.PutID(AuthSentCodeTypeSetUpEmailRequiredTypeID)
		tl_auth_sent_code_type_gen.go#L1248: 	if err := b.ConsumeID(AuthSentCodeTypeSetUpEmailRequiredTypeID); err != nil {
		tl_auth_sent_code_type_gen.go#L1882: 	case AuthSentCodeTypeSetUpEmailRequiredTypeID:
		tl_registry_gen.go#L649: 		AuthSentCodeTypeSetUpEmailRequiredTypeID:                 "auth.sentCodeTypeSetUpEmailRequired#a5491dea",
		tl_registry_gen.go#L2431: 		"auth.sentCodeTypeSetUpEmailRequired":                AuthSentCodeTypeSetUpEmailRequiredTypeID,
		tl_registry_gen.go#L4213: 		AuthSentCodeTypeSetUpEmailRequiredTypeID:                 func() bin.Object { return &AuthSentCodeTypeSetUpEmailRequired{} },
		tl_registry_gen.go#L5453: 			AuthSentCodeTypeSetUpEmailRequiredTypeID,